I have downloaded the H2 console from http://www.h2database.com/html/download.html and I have configured the URL in my jdbc.properties file to jdbc:h2
jdbc.properties
jdbc:h2
Add Annotation @EntityScan("packageName") in main class