Spring Boot with JDO

736 Views Asked by At

Do we have any support for JDO in Spring Boot Release Train? I couldn't find any recent relevant material.

I am looking for OSS options that can help in creating Spring Boot applications, portable to different sort of DB Engines (RDBMS to NoSQL or vice-versa), with minimal code change, assuming no change in DB model.

1

There are 1 best solutions below

2
Shailendra On

DataNucleus is an open source persistence provider fully compatible with JDO/JPA APIs. You can check how to integrate it with Spring Boot in sample code here.