You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Spting Boot Problem Handler
1
+
# Spring Boot Problem Handler
2
2
3
3
**A Generic library for handling exceptions in Spring Boot applications**,
4
4
implementing specification [**`Problem Details (RFC7807) for HTTP APIs`**](https://datatracker.ietf.org/doc/html/rfc7807).
@@ -744,4 +744,4 @@ as examples to see usage in **Spring Web** and **Spring Webflux** application re
744
744
745
745
## Known Issues
746
746
* If an application uses multiple vendor relational databases then the [**`ConstraintNameResolver`**](src/main/java/com/ksoot/problem/spring/advice/dao/ConstraintNameResolver.java)
747
-
may not work properly, needs further testing. For example if it is using Postgres and SQL Server both.
747
+
may not work properly, needs further testing. For example if it is using Postgres and SQL Server both.
0 commit comments