Skip to content

Commit 0fdd6c6

Browse files
committed
Create grace-boot-cache module
Closes gh-1208
1 parent 7e00afb commit 0fdd6c6

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

grace-boot-cache/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
## grace-boot-cache
2+

grace-boot-cache/build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
dependencies {
2+
api project(":grace-plugin-cache")
3+
api libs.spring.boot.starter
4+
api libs.spring.contextSupport
5+
}

settings.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ include (
44
'docs',
55
'grace-api',
66
'grace-boot',
7+
'grace-boot-cache',
78
'grace-boot-hibernate',
89
'grace-boot-mongodb',
910
'grace-boot-web',

0 commit comments

Comments
 (0)