/spring-boot-demo

spring boot demo

Primary LanguageJava

Spring Boot Demo project

Spring Boot Demo

This is just demo project for spring-boot.

  1. start app
  2. open browser and input http://localhost:8080/sample?text=input
  3. see the response body

Mock Server Demo

Add the mock server and client test cases:

  • mock server
  1. run MockServerDemo as java application.
  2. open browser and input http://localhost:1080/sample
  3. see the response body
  • mock client
  1. run MockClientTest as junit test.
  • swagger ui
  1. the api-docs : http://localhost:9090/v3/api-docs
  2. the swagger ui : http://localhost:9090/swagger-ui.html