boardbloke commented on issue #14035: URL: https://github.com/apache/grails-core/issues/14035#issuecomment-3216710843
Hi @jamesfredley - found it. Operator error! In the tomcat config is was pulling in an external file via `spring.config.location` when I should be using `spring.config.additional-location`. The former replaces default property sources (so application.groovy was not loaded) https://docs.spring.io/spring-boot/reference/features/external-config.html "Locations configured by using spring.config.location replace the default locations." Using the proper spring property fixed it. Forehead slap! Thanks very much for the support - glad its me and nothing more serious! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@grails.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org