Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 282 Bytes

File metadata and controls

12 lines (9 loc) · 282 Bytes

Spring Boot Demo App - Echo

Spring boot demo app with REST end-points

  • uri /test
  • Accepts GET and POST
  • Unit Cases for verifying the output

Default PORT : 8080 Docker : docker run -p 8080:8080 spring-echo:v1

Docker , SonarQube, and Jenkins must be configured