This is a simple project allows you to view the basic spring cloud service .
Inlude Gateway , Discovery(Eureka) , Bus , Config , Feign , security(oauth2) , Admin
-
gradle SpringCloudRun
control + C (Window doesn't work)
shutdown service http://localhost:9999/shutdown
where gradle can't trigger shutdownhook in Windows.
you can use Eureka .
Eureka Server : http://localhost:8082/
or more powerful UI , Admin .
Admin Server : http://localhost:9000/
-
Gateway (app) : http://localhost:8080/app/
Gateway (feign) : http://localhost:8080/feign/
Config : http://localhost:8081/app/bus/master/
##Module Intro preparing