You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are trying out the Spring Boot migration from 1.5.9 to 2.0.0.M7 and we noticed a change in the documentation which isn't mentioned in the migration guide but is actually pretty substantial and worthy of mentioning.
When custom config locations are configured by using spring.config.location, they replace the default locations
It took us a while to figure out why our properties from the classpath aren't loaded when setting the spring.config.location so I would imagine other people will encounter the same problem.
BTW: Looking forward to the RC1 :). Spring boot rocks!
Regards,
Sander
The text was updated successfully, but these errors were encountered:
Hi guys,
We are trying out the Spring Boot migration from 1.5.9 to 2.0.0.M7 and we noticed a change in the documentation which isn't mentioned in the migration guide but is actually pretty substantial and worthy of mentioning.
Spring boot 1.5.9
https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#boot-features-external-config-application-property-files
Spring boot 2.0.0
https://docs.spring.io/spring-boot/docs/current-SNAPSHOT/reference/htmlsingle/#boot-features-external-config-application-property-files
It took us a while to figure out why our properties from the classpath aren't loaded when setting the
spring.config.location
so I would imagine other people will encounter the same problem.BTW: Looking forward to the RC1 :). Spring boot rocks!
Regards,
Sander
The text was updated successfully, but these errors were encountered: