I'm trying to start the H2 database in server mode (I want it to run in a different process) via Spring.
Currently I'm using java Runnable.exec to start the h2 database (using ...
You can refer Spring documentation for how to do database access using Spring. below is the link for it. You can ignore sections related to Transaction management if not required in ...