java.lang.IllegalStateException: Could not load TestContextBootstrapper [class org.springframework.test.context.support.DefaultTestContextBootstrapper]. Specify @BootstrapWith's 'value' attribute or make the default bootstrapper class available.
2016-12-12
最新回答 / 哼15
体积和性能。还有就是依赖,依赖越多量级越重。屈指可数的jar包就能完成功能的一般都是轻量级。像struts这种也说轻量级就有待考虑了。。也许是和ejb这种比的吧。。
2016-12-09
windows下properties里的username会自动变成用户的username, 可以在命令行 echo %username% 查看,不知道什么原因导致这个问题。可以和其他同学说的那样将username改成user,或者直接在spring-dao.xml里面赋值。
2016-12-07
确实,ubuntu和windows都试过,ubuntu下直接能运行,windows下连不了数据库, username=root报错,不会 传进来root,不清楚和操作系统有什么关系。
2016-12-07
最赞回答 / Boler_MGL
<...code...>找到了 是后面的课程里有说明 spring 整合mybatis的时候 用了mybatis这个包扫描指定路径下的配置文件来进行对应。 我着算是自问自答了 哈哈
2016-12-07