Day: February 14, 2017

Last Updated on July 1, 2019 by Simanta Transcript Okay, I’d like do a quick code review of my Spring Boot Mongo DB example application. This is up on github. And you can find it under my repository springframeworkguru/spring-boot-mongodb. (pretty creative name there) This is an example Spring Bood Application connect to Mongo DB. Not […]Continue reading

Last Updated on October 21, 2024 by jt Out of the box, Spring Boot is very easy to use with the H2 Database. Spring programmers typically prefer writing code against such lightweight in-memory database, rather than on an enterprise database server such as Microsoft SQL Server or Oracle. In-memory databases come with several restrictions making […]Continue reading