Using the H2 Database Console in Spring Boot with Spring Security

H2 Database Console Frequently when developing Spring based applications, you will use the H2 in memory database during your development process. It’s light, fast, and easy to use. It generally does a great job of emulating other RDBMs which you see more frequently for production use (ie, Oracle, MySQL, Postgres). When developing Spring Applications, its … Continue reading Using the H2 Database Console in Spring Boot with Spring Security