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
Right now, K5 only supports repackaged spring boot application jar, wrapping all jar in uber jar. Then, K5 uses JarLauncher to launch the spring boot application.
However, this is not the running mode recommended by spring boot. K5 should support running spring boot application in exploded mode (similar to spring-boot:run maven goal).
Right now, K5 only supports repackaged spring boot application jar, wrapping all jar in uber jar. Then, K5 uses JarLauncher to launch the spring boot application.
However, this is not the running mode recommended by spring boot. K5 should support running spring boot application in exploded mode (similar to spring-boot:run maven goal).
It means that K5 needs:
This preparation step should be performed at build time (CLI/maven/gradle plugin), not at build time.
The text was updated successfully, but these errors were encountered: