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 7db197e commit a8bb26aCopy full SHA for a8bb26a
README.md
@@ -18,12 +18,14 @@ You need to add jitpack to your `pom.xml` because this project is not available
18
</repositories>
19
```
20
21
+_Note_: For Spring Boot < 3.0 please use 2.3.0, otherwise use 3.0.0 for Spring Boot >= 3.0.
22
+
23
Add the `json-schema-validation-starter`-dependency to your `pom.xml`
24
25
<dependency>
26
<groupId>com.github.JanLoebel</groupId>
27
<artifactId>json-schema-validation-starter</artifactId>
- <version>2.3.0</version>
28
+ <version>3.0.0</version>
29
</dependency>
30
31
0 commit comments