IDEA开发Spring Boot项目常见问题
IDEA插件使用Lombok找不到符号问题
Settings
-> Annotation Processors
-> 勾选 Enable annotation processing
IDEA引入Spring Boot项目不识别yml文件
yml配置:
spring:
profiles:
active: dev
server:
port: 6666
启动日志:
No active profile set, falling back to default profiles: default
Tomcat initialized with port(s): 8080 (http)
Could not resolve placeholder '***' in value "${***}"
从启动日志可以看出配置项均未识别
解决办法:修改pom.xml
,删除以下这一行或改为jar
<packaging>pom</packaging>
版权声明:
作者:Joe.Ye
链接:https://www.appblog.cn/index.php/2023/03/25/common-issues-with-idea-develop-spring-boot-projects/
来源:APP全栈技术分享
文章版权归作者所有,未经允许请勿转载。
THE END
0
二维码
打赏
海报
IDEA开发Spring Boot项目常见问题
IDEA插件使用Lombok找不到符号问题
Settings -> Annotation Processors -> 勾选 Enable annotation processing
IDEA引入Spring Boot项目不识别yml文件
……
文章目录
关闭
共有 0 条评论