为什么Spring Boot应用程序不会使用application.yml文件?

时间:2017-10-09 19:11:08

标签: spring-boot intellij-idea gradle

我有Intellij IDEA 2017.2.5和一些使用gradle作为构建工具的Spring启动应用程序。 例如,在其中一个我有application.yml文件,其中包含下一个内容:

spring:
  profiles:
    active: native
  application:
    name: config-service
management.security.enabled: false
server:
  port: 8888

但是,当我从弹簧仪表板启动它时,它不会使用属性文件并只使用默认值:

enter image description here

有时在重建之后它开始工作,但它让我感到沮丧。 此外,当我从终端启动它时,它仍然有效,所以它确实是Intellij IDEA或/和Gradle的问题。 enter image description here

有没有解决方案?

0 个答案:

没有答案