Hi,
I'm new to Spring and I have the following problem for an application I'm doing:
I would like to make a self-contained application to deploy on PC's that is run with their own
Tomcat or Jetty
servlet container and local run HSQLDB or similar. Above all it must persist data.
I'm sorry for the broad issue but the idea is to have a Persistence of data between Several deployments.
That is the application is used and the database inserted on one PC then the same data will be used in Another PC ... basically the files have to be copied and used on another computer.
and no, there's no internet on the usage scenario pretended.
It's just a very very small application to list and track quota payment on a small club. Very simple to make ... the problem is deployment and the type of usage pretended by the end users.
Is this possible under Spring-Boot ?
Regards.