Hello everybody,
I'm completely new to Spring, and I would like your help, if possible.
I would like to use Spring Boot to create simple web services using REST. For this part, no problem.
But, I also would like to persist my data in mongoDB.
After some searches, it looks like Hibernate OGM can do the job, but I can't find any tutorial for springboot + hibernate OGM + mongoDB.
Could someone redirect me to a tutorial for complete newbie, or give me some hints, please?