Chris
Chris

Reputation: 6621

Is that possible to use ObjectDB in a Spring Boot application

I want to use ObjectDB in my Spring Boot application. How should I configure the application.yml file?

I don't want to add persistence.xml into my application. Is that possible?

Upvotes: 2

Views: 1192

Answers (1)

ObjectDB
ObjectDB

Reputation: 1308

You can follow this tutorial: http://spring.io/guides/gs/accessing-data-jpa/

with adjustments to ObjectDB, as explained on this forum thread: http://www.objectdb.com/database/forum/860

Upvotes: 3

Related Questions