An open API service indexing awesome lists of open source software.

https://github.com/hector-js/test-application-mvc

Create a simple microservice using previous stuff of spring
https://github.com/hector-js/test-application-mvc

bdd cucumber java8 lombok maven rest spring-boot tdd wiremock

Last synced: 4 months ago
JSON representation

Create a simple microservice using previous stuff of spring

Awesome Lists containing this project

README

        

TEST-APPLICATION-MVC
===================
* _Description_: The object of this project is to use some functionality through spring mvc and implement it later with reactive project. I would like to compare both.

DEPENDENCIES
===========
- Cucumber
- Wiremock
- Stub-backend (using base project: https://github.com/HecJimSan/stub-backend)

Note: I use this express project in order to mock service. I could have selected wiremock as standalone as well.

****UNDER CONSTRUCTION****