Spring Boot project to demonstrate correct use of HTTP status codes in REST API and integration testing using MockMVC.
- Spring Boot
- H2 in memory database
- MockMVC for integration testing.
- Download the source and build it using
mvn clean install
- Run the application using
java -jar CodeServer-1.0.jar
- Attached Postman collection files can be used to test the APIs for several different HTTP status codes based on Reqeust body.