
SpringBoot
小胡在线求助
这个作者很懒,什么都没留下…
展开
-
SpringBoot项目运行时候报错:Error Starting ApplicationContext
SpringBoot项目运行时候报错:Error Starting ApplicationContext在运行第一次的SpringBoot项目的时候,Debug里面有一句这样的日志信息如图所示,这个时候说明启动失败,在网上查阅了很多解决方法,只需要在前面的@EnableAutoConfiguration注解后面加上(exclude = {DataSourceAutoConfiguratio...原创 2019-03-26 10:54:20 · 2649 阅读 · 1 评论 -
SpringBoot引入jdbcTemplate时报错Field jdbcTemplate in com.x required a bean of type...could not be found
在学习SpringBoot的时候,引入jdbcTemplate时出了一点错误Field jdbcTemplate in com.hsy.service.UserServiceImpl required a bean of type 'org.springframework.jdbc.core.JdbcTemplate' that could not be found.在网上找了很多资料,最...原创 2019-03-27 20:39:48 · 13508 阅读 · 5 评论