spring-boot-handson
Project maintained by dwi13L
Hosted on GitHub Pages — Theme by mattgraham
The project showcases the following aspects:
- 3 tier architecture
- Creation of REST APIs using Spring Web
- Validation of incoming data
- Performing CRUD operations on database using Spring Data
- Handling Exceptions globally using Controller Advice
Running on localhost
- Clone the repository
- run
mvn spring-boot:run
inside the root directory
- You may also build and run a jar file from the project.