전체 글109 Spring Boot maven profile 적용 Create two profiles in maven, and set a property in each profile with the name of the Spring profile you want to execute. dev true dev develop Inside your application.properties, add this property:spring.profiles.active=${spring.profiles.active}Create an application.property for each profile, using this pattern application-profile.properties. For example:application-dev.properties application-pr.. 2015. 11. 25. 이전 1 ··· 25 26 27 28 다음