tilt-example-java
tilt-example-java copied to clipboard
An example project that demonstrates live Java development in Kubernetes
https://github.com/tilt-dev/tilt-example-java/blob/5aa9b4ef07ad3c85aa8663d839b8b13aef84a6f1/102-jib-live-update/Tiltfile#L18 This example also includes [spring-dev-tools](https://github.com/tilt-dev/tilt-example-java/blob/master/102-jib-live-update/build.gradle#L31), which [automatically restarts](https://docs.spring.io/spring-boot/docs/1.5.16.RELEASE/reference/html/using-boot-devtools.html#using-boot-devtools-restart) the Spring Boot `ExampleApplication ` without restarting the entire Java process. The recommended example seems to rely on this this and...
Update the class which runs when the container starts See this link for more information: https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.2-Release-Notes#nested-jar-support