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 940afb5 commit 187eeb9Copy full SHA for 187eeb9
README.md
@@ -54,6 +54,9 @@ all can be done with zero custom code but by specifying error details in `proper
54
Add the `spring-boot-problem-handler` jar to application dependencies. That is all it takes to get a default working
55
exception handling mechanism in a Spring boot application.
56
57
+> [!IMPORTANT]
58
+Jar is built on java 21. For earlier versions of java, please build from source code.
59
+
60
Maven
61
```xml
62
<dependency>
0 commit comments