We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
grails-plugin.xml
1 parent 3df9acc commit 5b6cfbbCopy full SHA for 5b6cfbb
2 files changed
grace-boot-hibernate/build.gradle
@@ -1,7 +1,9 @@
1
dependencies {
2
- api project(":grace-boot")
+ compileOnly project(":grace-boot")
3
api project(":grace-bootstrap")
4
api project(":grace-core")
5
+ compileOnly project(":grace-plugin-api")
6
+
7
api libs.jakarta.persistence.api
8
api libs.spring.orm
9
api libs.hibernate.core
grace-boot-hibernate/src/main/resources/META-INF/grails-plugin.xml
@@ -0,0 +1,3 @@
+<plugin name='hibernate'>
+ <type>grails.plugin.hibernate.HibernateGrailsPlugin</type>
+</plugin>
0 commit comments