问题
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?
回答1:
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
来源:https://stackoverflow.com/questions/26541865/is-that-possible-to-use-objectdb-in-a-spring-boot-application