Springboot not loading application.dev.properties file

前端 未结 4 2210
-上瘾入骨i
-上瘾入骨i 2021-02-19 18:27

In my project I want to use environment specific property file. For example if I am running it into development it should use application.dev.properties, for production it shoul

4条回答
  •  甜味超标
    2021-02-19 19:10

    Try adding a vm argument in the run configuration:

    -Dspring.profiles.active=dev
    

提交回复
热议问题