Skip to content

Commit f4c4e24

Browse files
authored
Update README.md
1 parent 472972d commit f4c4e24

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
[![CircleCI](https://circleci.com/gh/springframeworkguru/spring5-mvc-rest.svg?style=svg)](https://circleci.com/gh/springframeworkguru/spring5-mvc-rest)
22
# Spring Framework 5 MVC Rest Application
3+
*This is single-module application where I use Spring MVC to create RESTFul API including GET, PUT, POST, PATCH, DELETE operations.*
4+
* Applying MapStruct in mapping Java bean to reduce coding for type conversions.
5+
* Using TDD to provide unit test coverage for Mappers, Services and Controllers of the application.
6+
* Using and customizing Swagger 2.0
7+
* Using Postman to help to build RESTFul services
8+
* Write custom Java code with knowledge of Java.
9+
* Using circleci to do the automated tests.
310

4-
This repository is for an example application built in my Spring Framework 5 - Beginner to Guru
5-
6-
You can learn about my Spring Framework 5 Online course [here.](http://courses.springframework.guru/p/spring-framework-5-begginer-to-guru/?product_id=363173)
11+
* Technique used: Swagger 2.0, MapStruct Postman, Java, SpringBoot 5, Maven, Spring MVC, CI/CD

0 commit comments

Comments
 (0)