Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 785 Bytes

File metadata and controls

11 lines (10 loc) · 785 Bytes

CircleCI

Spring Framework 5 MVC Rest Application

This is single-module application where I use Spring MVC to create RESTFul API including GET, PUT, POST, PATCH, DELETE operations.

  • Applying MapStruct in mapping Java bean to reduce coding for type conversions.

  • Using TDD to provide unit test coverage for Mappers, Services and Controllers of the application.

  • Using and customizing Swagger 2.0

  • Using Postman to help to build RESTFul services

  • Write custom Java code with knowledge of Java.

  • Using circleci to do the automated tests.

  • Technique used: Swagger 2.0, MapStruct Postman, Java, SpringBoot 5, Maven, Spring MVC, CI/CD