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 5fb94a5 commit cb0781bCopy full SHA for cb0781b
grace-boot-async/README.md
@@ -0,0 +1,2 @@
1
+## grace-boot-async
2
+
grace-boot-async/build.gradle
@@ -0,0 +1,4 @@
+dependencies {
+ api project(":grace-plugin-async")
3
+ api libs.grace.async.rxjava3
4
+}
settings.gradle
@@ -4,6 +4,7 @@ include (
'docs',
5
'grace-api',
6
'grace-boot',
7
+ 'grace-boot-async',
8
'grace-boot-cache',
9
'grace-boot-hibernate',
10
'grace-boot-logging',
0 commit comments