Spring Boot introduces GraalVM Native Image support with the introduction of the Spring Graal Native 0.6.0 feature. Now if we have a successfully compiled native Spring Boot app, how can we dynamically change the port of an application at startup on the commandline (as we are used to in JVM mode)?
This is crucial for deployment scenarios with Docker or cloud providers...