- springaop配置(使用javaconfig)
1 | //使用javaconfig配置 |
一片净土
1 | //使用javaconfig配置 |
1 | org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.binding.BindingException: Parameter 'username' not found. Available parameters are [1, 0, param1, param2] |
经测试应该是忘了使用@Param。当只有一个参数时,Mapper中可以不使用
1 | public interface LoginDao { |
- servlet 3.0(最常用 适合spring3.1版本以后,不依赖jar包)
- 依赖于Apache 需要依赖于第三方jar包