如何在eclipse中正确指定spring配置为VM参数

时间:2017-06-09 16:11:24

标签: java spring eclipse

我有以下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”

0 个答案:

没有答案