Intellij IDEA中项目不能读yml配置文件
Posted lambquan
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Intellij IDEA中项目不能读yml配置文件相关的知识,希望对你有一定的参考价值。
问题:能读取资源路径下的properties配置文件但是不能读yml配置文件
因为无法读取配置yml配置文件,所以不能配置bean,导致项目启动报错。
解决方法:
在VM options中设置虚拟机加载配置文件的路径;
-Dspring.config.location=
-Djava.util.logging.config.file=C:Users用户.IntelliJIdea2019.3system omcatjdong-parentconflogging.properties -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager -Xmx2048m -XX:MaxPermSize=2048m -Drebel.spring_plugin=true -Drebel.hibernate_plugin=true -Dspring.config.location=
以上是关于Intellij IDEA中项目不能读yml配置文件的主要内容,如果未能解决你的问题,请参考以下文章
社区版Intellij IDEA安装Spring Boot Assistant插件解决yml无提示问题
idea里面html保存不了,intellij idea 不能保存项目,报错解决办法
IntelliJ idea中怎么配置struts2-CSDN论坛