摘要: 做一个小项目,因为有 baseService,所以偷懒就没有写单独的每个xxService接口,直接写的xxServiceImpl,结果在service实现类中注入Mapper的时候,用的 @Autowired, 结果,junit一启动,就报错误:Java.lang.illegalStateExce 阅读全文
posted @ 2018-01-29 18:11 戈博折刀 阅读(6768) 评论(0) 推荐(0) 编辑
摘要: Eclipse 报 "The builder launch configuration could not be found" 错误的解决办法 Eclipse 报 "The builder launch configuration could not be found" 错误的解决办法 标签: ec 阅读全文
posted @ 2018-01-29 11:02 戈博折刀 阅读(307) 评论(0) 推荐(0) 编辑
摘要: Maven项目中添加JDBC驱动 在pom.xml配置文件中添加: <dependency> <groupId>mysql</groupId> <artifactId>mysql-connector-java</artifactId> <version>5.1.25</version> </depe 阅读全文
posted @ 2018-01-29 10:24 戈博折刀 阅读(2529) 评论(1) 推荐(0) 编辑