idea创建SpringBoot项目不识别application.properties内容以及报错提示
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了idea创建SpringBoot项目不识别application.properties内容以及报错提示相关的知识,希望对你有一定的参考价值。
参考技术A idea创建SpringBoot项目不识别application.properties内容以及报错提示this inspection reports all properties not referenced from outside of the properties file
这个是由于资源文件路径设置错误所致,我们使用crtl+shift+alt+s打开图示目录
针对application所在文件夹,比如src\main\resources\config下新建了.properties文件,我们需要去按上图步骤设置增加该路径。
Detects package statements that do not correspond to the project directory structure and reports classes without package statements.
这个是由于包名路径设置错误引起的,正确设置source directory
比如我们类的路径是java/com/example/demo.java这样的;
对于demo.java而言,包名是:com.example则,
我们就要把java右键设置为Sources。
这样以上问题就会解决。
以上是关于idea创建SpringBoot项目不识别application.properties内容以及报错提示的主要内容,如果未能解决你的问题,请参考以下文章
IDEA中Maven项目添加或识别至Springboot的Run Dashboard控制面板
IDEA中Maven项目添加或识别至Springboot的Run Dashboard控制面板
IDEA中Maven项目添加或识别至Springboot的Run Dashboard控制面板