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 7e00afb commit 0fdd6c6Copy full SHA for 0fdd6c6
grace-boot-cache/README.md
@@ -0,0 +1,2 @@
1
+## grace-boot-cache
2
+
grace-boot-cache/build.gradle
@@ -0,0 +1,5 @@
+dependencies {
+ api project(":grace-plugin-cache")
3
+ api libs.spring.boot.starter
4
+ api libs.spring.contextSupport
5
+}
settings.gradle
@@ -4,6 +4,7 @@ include (
'docs',
'grace-api',
6
'grace-boot',
7
+ 'grace-boot-cache',
8
'grace-boot-hibernate',
9
'grace-boot-mongodb',
10
'grace-boot-web',
0 commit comments