10 2017 档案
摘要:1.web.xml 2. spring-mvc.xml 3. applicationContext.xml 4. log4j.properties
阅读全文
摘要:1、对单一controller做测试。 2、对整个环境做测试,包括Interceptor。
阅读全文
摘要:1、测试环境连接hsqldb,使用hibernate的自动建表功能。 2、hsql不支持AUTO_INCREMENT语法,因此带有以下注解的表不能自动创建,需要自己手动加载sql文件创建表。 3、使用事务回滚 @TransactionConfiguration(transactionManager
阅读全文