Patrick Cummins
09/25/2019, 4:27 PMif (environment == Environment.PRODUCTION.name) {
System.setProperty("spring.config.location", "/opt/my_app/conf/")
System.setProperty("spring.config.name", "my-service-config")
}
Any recommendations on another place to place this code, or another approach?
Thanks