han777 / spring-boot-cloud

spring cloud demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:JavaScript 56.1%Language:CSS 22.4%Language:Java 18.4%Language:HTML 3.1%