Skip to content

cyhrosefer/spring-boot-cloud

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Init Config And Package

  1. data: set neo4j url username password in application.yml and com.test.data.test.Neo4jConfig
  2. mvn clean package

Run

in module directory: mvn spring-boot:run or java -jar *.jar

Web

http://localhost:9001

ConfigServer Refresh

Refresh All: curl -X POST http://localhost:8888/bus/refresh

Refresh Dedtination: curl -X POST http://localhost:8888/bus/refresh?destination=web:**

Refresh One: curl -X POST http://localhost:9001/refresh

Discovery

http://localhost:8761

Hystrix Dashboard

http://localhost:7979

moniter: http://localhost:9001/hystrix.stream

About

spring cloud demo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 56.5%
  • CSS 22.6%
  • Java 17.8%
  • HTML 3.1%