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 993334b commit adde3d2Copy full SHA for adde3d2
grace-boot-validation/README.md
@@ -0,0 +1,2 @@
1
+## grace-boot-validation
2
+
grace-boot-validation/build.gradle
@@ -0,0 +1,6 @@
+dependencies {
+ api project(":grace-plugin-validation")
3
+ api libs.spring.boot.starter
4
+ api libs.tomcat.embed.el
5
+ api libs.hibernate.validator
6
+}
settings.gradle
@@ -13,6 +13,7 @@ include (
13
'grace-boot-persistence',
14
'grace-boot-plugin',
15
'grace-boot-rest',
16
+ 'grace-boot-validation',
17
'grace-boot-web',
18
'grace-bootstrap',
19
'grace-cache-core',
0 commit comments