Day: August 26, 2015

Last Updated on June 2, 2019 by Simanta Out of the box, Spring Boot is very easy to use with the H2 Database. If the H2 database is found on your classpath, Spring Boot will automatically set up an in-memory H2 database for your use. But what if you want to use MySQL? Naturally, Spring […]Continue reading