随笔分类 - spring-boot
摘要:在使用springboot配置thymeleaf的时候遇到这个错误 Error processing condition on org.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfiguration$ThymeleafW
阅读全文
摘要:1.spring-boot启动的main入口 这个注解中import这个注解里 打断点后发现是把“”META-INF/spring-autoconfigure-metadata.properties“”这个文件变成一个properties返回 然后在org.springframework.boot下
阅读全文
摘要:https://blog.csdn.net/u013725455/article/details/79352459
阅读全文
摘要:在学习yml配置springboot的时候,报出No converter found capable of converting from type 错误 我的yml配置 后来发现是 dog下没有加空格所以读取不到,被当成了string
阅读全文