Configuring Spring Boot for MariaDB
Last Updated on June 5, 2019 by Simanta When developing enterprise applications, Spring programmers typically prefer writing data-centric code against a lightweight in-memory database, such as H2 rather than running an enterprise database server such as Oracle, or MySQL. Out of the box, Spring Boot is very easy to use with the H2 Database. In-memory […]Continue reading