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
- Host: GitHub
- URL: https://github.com/hector-js/test-application-mvc
- Owner: hector-js
- Created: 2018-08-05T18:12:53.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-08T19:27:26.000Z (almost 7 years ago)
- Last Synced: 2025-01-13T12:46:26.730Z (6 months ago)
- Topics: bdd, cucumber, java8, lombok, maven, rest, spring-boot, tdd, wiremock
- Language: Java
- Size: 85 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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****