Skip to content

tomqsm/h2-db

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

h2-db

dabbling with H2 (jdbc, hibernate, liquibase)

Setup Maven security

Project uses <server> username and password from .m2/settings.xm for data base credentials. Please refer to: Maven Password encryption to find out how to set it up.

Run Liquibase

mvn liquibase:update

mvn liquibase:rollback -Dliquibase.rollbackCount=1

mvn liquibase:dropAll liquibase:update when problem with checksum and you can afford dropping all tables

About

dabbling with H2 (jdbc, hibernate)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages