I have a Spring Boot application that I am deploying to Cloud Foundry.
Intermittently the app will not load the contents of application.properties
. Properties are not found in the application context, and the logging levels from the application.properties
file are not respected (making debugging somewhat harder!).
Spring Boot is 1.2.5-RELEASE
, and I've not seen this behaviour in other apps.
The application.properties
file appears to be readable when unpacked into the running Warden container in Cloud Foundry.
Any ideas how I can debug this further?