Skip to content

msdevengers/spring-cloud-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Spring Cloud Workshop

01-hello-controller: Spring-boot hello world application with swagger ui

02-actuator-sample: Spring-boot actuator example with custm health indicator

Hello Controller

$ mvn clean spring-boot:run

http://localhost:8080/hello

http://localhost:8080/customer/1

http://localhost:8080/swagger-ui.html

Actuator

$ mvn clean spring-boot:run

http://localhost:8080/hello

http://localhost:8080/customer/1

http://localhost:8080/swagger-ui.html

http://localhost:8081/actuator

http://localhost:8081/actuator/metrics

http://localhost:8081/actuator/health -> for custom health indicator

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages