We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3da036b commit 594da2aCopy full SHA for 594da2a
grace-boot-persistence/README.md
@@ -0,0 +1,2 @@
1
+## grace-boot-persistence
2
+
grace-boot-persistence/build.gradle
@@ -0,0 +1,6 @@
+dependencies {
+ api project(":grace-plugin-domain-class")
3
+ api project(":grace-plugin-datasource")
4
+ api libs.grace.datastore.gorm
5
+ api libs.grace.datastore.gorm.support
6
+}
settings.gradle
@@ -8,6 +8,7 @@ include (
8
'grace-boot-hibernate',
9
'grace-boot-logging',
10
'grace-boot-mongodb',
11
+ 'grace-boot-persistence',
12
'grace-boot-rest',
13
'grace-boot-web',
14
'grace-bootstrap',
0 commit comments