Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 323 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 323 Bytes

Description

Simple approach for handling exceptions in REST APIs using Spring Rest Controller Advice.

It provides a solid foundation for further improvements and adjustments.

Setup

  • JDK 8
  • MAVEN

Running local

To Build the project, just run:

mvn verify

Running the project:

mvn spring-boot:run