Skip to content

Commit f624b41

Browse files
Docs updated
1 parent c67ac5b commit f624b41

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,7 @@ These advices are autoconfigured as a bean `DaoExceptionHandler` if following co
140140

141141
> [!NOTE]
142142
> Database type must be specified in `application.properties` in case application is using some relational database,
143-
it is used to autoconfigure [**`ConstraintNameResolver`**](src/main/java/com/ksoot/problem/spring/advice/dao/ConstraintNameResolver.java)
144-
to extract database constraint name from exception message to derive [*Error key*](https://github.com/officiallysingh/spring-boot-problem-handler#error-key)
143+
it is used to autoconfigure [**`ConstraintNameResolver`**](src/main/java/com/ksoot/problem/spring/advice/dao/ConstraintNameResolver.java) to extract database constraint name from exception message to derive [*Error key*](https://github.com/officiallysingh/spring-boot-problem-handler#error-key)
145144
when database constraint violation exceptions are thrown.
146145

147146
#### Security advices

0 commit comments

Comments
 (0)