文章分类 -  springboot

摘要:报错信息 javax.servlet.ServletException: Circular view path [test]: would dispatch back to the current handler URL [/test] again. Check your ViewResolver 阅读全文
posted @ 2021-05-28 10:43 忆丶 阅读(385) 评论(0) 推荐(0)
摘要:SpringBoot 自动装配原理 1.理解一个关系 xxxxAutoConfigurartion(自动配置类) xxxxProperties(封装配置文件类) 配置文件(.yml) 2.源码分析 //表示这是一个配置类,也可以给容器中添加组件; @Configuration //启动指定类的Con 阅读全文
posted @ 2021-05-27 16:55 忆丶 阅读(66) 评论(0) 推荐(0)