h2 « Database « Spring Q&A





1. Start the H2 database in server mode via Spring    stackoverflow.com

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 ...

2. Spring integratiom with H2 database    forum.springsource.org

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 ...