Month: September 2015

Last Updated on May 25, 2019 by Simanta Often when using Spring for enterprise application development, while developing code on your laptop, you will want to run against a in memory H2 database, and later you will deploy the code to a server and have it run against enterprise database such as Oracle. While Oracle is […]Continue reading

Last Updated on May 29, 2019 by Michelle Mesiona When you start with Spring Boot, it will automatically support H2 if no other data sources have been defined and H2 is found on the classpath. I’ve been using H2 for development for sometime now. It works very well.  All modern relational databases are going to […]Continue reading