DBInit | ||||||
|
DBInitDBInit is a Java service API that allows the incremental update of a database at the start-up of an application (web, stand-alone, etc.). It works with H2 but should work as well with other databases. Go to the Wiki to have a quick start using DBInit.
You can import <dependency> <groupId>net.sf.dbinit</groupId> <artifactId>dbinit</artifactId> <version>1.0</version> </dependency> |