thuhlig
Results
1
comments of
thuhlig
I had the same issue. Setting the `spring.config.activate.on-profile` property solved the problem. So try to add `spring.config.activate.on-profile=default` to your `application.properties` and `spring.config.activate.on-profile=local` to your `application-local.properties`.