springboot
小瑞
邮箱:xiaxiaorui2003@163.com
MSN:xiaxiaorui2003@163.com
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Caused by: org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of ty
springboot2.4 + mybatis-plus3.4.1 启动报错 . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =====原创 2020-11-28 10:54:54 · 3691 阅读 · 1 评论 -
Property ‘spring.http.encoding.charset‘ is Deprecated: Use ‘server.servlet.encoding.charset‘ instead
springboot 2.2.3 版本换成 2.4.0之后配置文件中的配置报错,提示Property 'spring.http.encoding.charset' is Deprecated: Use 'server.servlet.encoding.charset' instead# http:# encoding:# charset: UTF-8# enabled: true# force: true修改为server: port: 80原创 2020-11-25 20:38:36 · 5430 阅读 · 0 评论 -
java.io.FileNotFoundException: class path resource spring和springboot @PropertySource(“classpath 区别
老项目 spring4.2 升级为springboot 2.4的时候有类@PropertySource("classpath:filePath.properties")启动的时候报错,Caused by: java.io.FileNotFoundException: class path resource [filePath.properties] cannot be opened because it does not exist检查发现在spring中,这个文件放在 src/main原创 2020-11-23 14:29:18 · 967 阅读 · 0 评论
分享