
SpringBoot知识点
记录平时学习springboot遇到的问题以及相关知识点。
探骨精灵
知识改变命运,技术改变世界!积极向上,努力改变自己未来的一名程序猿!
展开
-
SpringBoot知识点(1)——Springboot中读取配置文件的几种方式
阿斯顿发送到原创 2020-07-15 14:31:34 · 292 阅读 · 0 评论 -
解决java.lang.IllegalStateException: Unable to find a @SpringBootConfiguration, you need to use
springboot测试时出现:java.lang.IllegalStateException: Unable to find a @SpringBootConfiguration, you need to use @ContextConfiguration or @SpringBootTest(classes=...) with your test翻译为:java.lang.illega...原创 2019-05-30 09:09:24 · 4116 阅读 · 0 评论 -
java.lang.NoSuchMethodError: org.springframework.web.util.UrlPathHelper.getLookupPathForRequest
在springboot整合websocket的时候,运行项目的时候,报了一下异常:java.lang.NoSuchMethodError: org.springframework.web.util.UrlPathHelper.getLookupPathForRequest(Ljavax/servlet/http/HttpServletRequest;Ljava/lang/String;)Lja...原创 2019-11-08 10:27:08 · 3818 阅读 · 0 评论