Is that possible to use ObjectDB in a Spring Boot application

旧街凉风 提交于 2019-12-11 02:45:45

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!