This is just demo project for spring-boot.
- start app
- open browser and input http://localhost:8080/sample?text=input
- see the response body
Add the mock server and client test cases:
- mock server
- run MockServerDemo as java application.
- open browser and input http://localhost:1080/sample
- see the response body
- mock client
- run MockClientTest as junit test.
- swagger ui
- the api-docs : http://localhost:9090/v3/api-docs
- the swagger ui : http://localhost:9090/swagger-ui.html