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
Filtered resources combined with running the application with gradle bootRun does not work since the filtered resources in path build/resources/main/config/ are removed by the plugin documented here.
According to Spring Boot Maven Plugin Docs there seems to be a way to configure to use the resources in the build/resources/main/config/ path instead.
This is however not implemented yet in the Spring Boot Gradle Plugin according to @philwebb in issue #749.
Besides to the implementation some documentation would be nice to have for this in Spring Boot Maven Plugin Docs 59.5 Running a project in-place section.