Open JayPi4c opened 11 months ago
Currently there is no plan and workflow on how to properly deploy the server. One way, that is already integrated into Spring boot, is using a native image created with GraalVM
https://docs.spring.io/spring-boot/docs/current/reference/html/native-image.html
Also consider: https://stackoverflow.com/questions/70115543/spring-boot-local-gui-and-native-image
What is the problem?
Currently there is no plan and workflow on how to properly deploy the server. One way, that is already integrated into Spring boot, is using a native image created with GraalVM