spring-boot-openjpa-postgres

时间:2024-05-30 01:48:19
【文件属性】:

文件名称:spring-boot-openjpa-postgres

文件大小:16KB

文件格式:ZIP

更新时间:2024-05-30 01:48:19

Java

Spring启动openjpa postgres 这是一个使用openjpa和postgres数据库的spring boot示例应用程序。 该应用程序的主要目的是将JPA实现从Hibernate模式替换为openjpa。 在此示例中,postgres是选择的数据库,但可以轻松地由任何其他数据库(例如,MySql,Oracle,H2等)替换。 加载时间编织已激活 通过对源实体类进行编译后使用openjpa增强,这是必需的,为此,引入了maven插件openjpa-maven-plugin来做到这一点。 有关增强实体类的更多信息,请访问 。 还要配置spring-boot-maven-plugin来提高运行时的吸引力。 < plugin> < groupId> org.springframework.boot < /groupId > < artifactId> spring


【文件预览】:
spring-boot-openjpa-postgres-master
----src()
--------test()
--------main()
----README.md(3KB)
----pom.xml(4KB)
----.gitignore(104B)

网友评论