added new exception in global exception handler

This commit is contained in:
rajesh
2024-08-22 15:37:33 +05:30
parent cbd160fa14
commit 86b2dd896c
7 changed files with 186 additions and 6 deletions

View File

@@ -132,10 +132,13 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.10.1</version> <!-- or the latest version -->
</dependency>
<dependency>
<groupId>org.zalando</groupId>
<artifactId>problem-spring-web</artifactId>
<version>0.23.0</version>
</dependency>
</dependencies>