Docker – Load spring configuration on startup with native image
Spring Boot can load property files from the jar directory as described here However, this does not seem to work when building a native image using graalvm. What I do ist build a native image using bootBuildImage. I try to…