随笔分类 -  spring-boot

摘要:在使用springboot配置thymeleaf的时候遇到这个错误 Error processing condition on org.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfiguration$ThymeleafW 阅读全文
posted @ 2018-10-11 21:02 qunincey 阅读(9959) 评论(0) 推荐(0)
摘要:1.spring-boot启动的main入口 这个注解中import这个注解里 打断点后发现是把“”META-INF/spring-autoconfigure-metadata.properties“”这个文件变成一个properties返回 然后在org.springframework.boot下 阅读全文
posted @ 2018-09-30 21:30 qunincey 阅读(725) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/u013725455/article/details/79352459 阅读全文
posted @ 2018-09-28 22:45 qunincey 阅读(512) 评论(0) 推荐(0)
摘要:在学习yml配置springboot的时候,报出No converter found capable of converting from type 错误 我的yml配置 后来发现是 dog下没有加空格所以读取不到,被当成了string 阅读全文
posted @ 2018-09-28 21:42 qunincey 阅读(7004) 评论(0) 推荐(1)