我有以下application.yml文件
plaintext:
server:
port: 8085
我正在尝试在eclipse上运行应用程序,但是我收到了以下错误:
Exception encountered during context initialization - cancelling refresh attempt: Caused by: java.lang.IllegalArgumentException: Could not resolve placeholder 'plaintext.server.port' in string value "${plaintext.server.port}"
我不认为我正确指定了我的弹簧配置。
application.yml位于src / main / resources文件夹中。
在eclipse中运行时,我将以下内容作为VM参数:
-Dspring.config.name = “SRC /主/资源/ application.yml”