I am creating a Spring Server, which unfortunately has to be "on air" the next week and it can not be turned off anymore. I have several questions:
- Can I manipulate/update Java classes while the server is running?
- Can I manipulate/update HTML pages while the server is running?
- If it is not possible, how can I preserve my database if I have to turn off the server and restarting it with the updates?
- Would you run it as JavaApplication, JettyRun, Maven, Gradle or another one?