Skip to content

Commit 2e1003b

Browse files
author
Vinoth Selvaraj
committed
Added README for spring webflux error handling
1 parent a0d4625 commit 2e1003b

File tree

10 files changed

+5
-255
lines changed

10 files changed

+5
-255
lines changed

exception-handler/pom.xml

Lines changed: 0 additions & 49 deletions
This file was deleted.

exception-handler/src/main/java/com/vinsguru/StudentApplication.java

Lines changed: 0 additions & 13 deletions
This file was deleted.

exception-handler/src/main/java/com/vinsguru/controller/ApplicationExceptionHandler.java

Lines changed: 0 additions & 31 deletions
This file was deleted.

exception-handler/src/main/java/com/vinsguru/controller/StudentController.java

Lines changed: 0 additions & 30 deletions
This file was deleted.

exception-handler/src/main/java/com/vinsguru/dto/Student.java

Lines changed: 0 additions & 41 deletions
This file was deleted.

exception-handler/src/main/java/com/vinsguru/dto/StudentException.java

Lines changed: 0 additions & 31 deletions
This file was deleted.

exception-handler/src/main/java/com/vinsguru/service/StudentService.java

Lines changed: 0 additions & 12 deletions
This file was deleted.

exception-handler/src/main/java/com/vinsguru/service/impl/StudentServiceImpl.java

Lines changed: 0 additions & 47 deletions
This file was deleted.

exception-handler/src/main/resources/application.properties

Lines changed: 0 additions & 1 deletion
This file was deleted.

webflux/error-handling/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Spring WebFlux Error Handling
2+
3+
This project contains sample code which handles unhandled exceptions and provides appropriate error messages to the calling service.
4+
5+
For more info, check [here](https://www.vinsguru.com/spring-webflux-error-handling/).

0 commit comments

Comments
 (0)