Spring Boot Blog

On my Spring Boot Blog page I will post articles from time to time about Spring Boot and Microservices. There will also be other topics about Java, MongoDB, rest and software architectures.

Spring Boot Blog Posts

Spring Boot MongoDB
02 Okt: Spring Boot – Creating a Data Repository for MongoDB
Now that we've seen how to create a rest controller with Spring Boot and address it with Postman, should we think about how to store the data in the system? There are many ways and ways to store data. The classic variant would be to use a SQL database like MariaDB. But I want to show you in my tutorial how you can store the data in a MongoDB.