springboot框架学习
tlk214
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Whitelabel Error Page
Whitelabel Error Page This application has no explicit mapping for /error, so you are seeing this as a fallback. Sun Sep 23 11:54:36 CST 2018 There was an unexpected error (type=Not Found, status=404)...原创 2018-09-23 11:59:14 · 666 阅读 · 0 评论 -
springboot在yml配置dataSource后无法启动,Field xxx in xxx required a bean of type
springboot在yml配置dataSource后无法启动报错,说第一次启动需要在@SpringBootApplication后加上(exclude = {DataSourceAutoConfiguration.class}) 之后又报girlRep in com.example.demo.controller.GirlController required a bean of type ‘c...原创 2018-09-27 21:07:03 · 3897 阅读 · 0 评论
分享