spring-boot-hsqldb
Integrating Spring Boot with HSQLDB 1. Overview Spring Boot makes it really easy to work with different database systems, without the hassle of manual dependency management. More specifically, Spring Data JPA starter provides all the functionality required for seamless integration with several DataSource implementations. * * In this tutorial, we’ll… Continue Reading spring-boot-hsqldb