摘要:
做一个小项目,因为有 baseService,所以偷懒就没有写单独的每个xxService接口,直接写的xxServiceImpl,结果在service实现类中注入Mapper的时候,用的 @Autowired, 结果,junit一启动,就报错误:Java.lang.illegalStateExce 阅读全文
摘要:
Eclipse 报 "The builder launch configuration could not be found" 错误的解决办法 Eclipse 报 "The builder launch configuration could not be found" 错误的解决办法 标签: ec 阅读全文
摘要:
Maven项目中添加JDBC驱动 在pom.xml配置文件中添加: <dependency> <groupId>mysql</groupId> <artifactId>mysql-connector-java</artifactId> <version>5.1.25</version> </depe 阅读全文