wonwoo / spring-microservices

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

spring-microservices

  • spring microservices

clone

git clone https://github.com/wonwoo/spring-microservices.git

config

run

cd spring-microservices
  • config server run
./spring-config-server/start-server-config.sh
  • eureka server run
./spring-eureka-server/start-server-eureka.sh
  • users1 server run
./users-webservices/start-server-users1.sh
  • users2 server run
./users-webservices/start-server-users2.sh
  • board1 server run
./board-webservices/start-server-board1.sh
  • board2 server run
./board-webservices/start-server-board2.sh
  • edge server run
./spring-zuul-server/start-server-zuul.sh
  • hystrix server run
./hystrix-dashboard/start-server-hystrix.sh
  • auth server run
./spring-microservices-auth/start-server-auth.sh

test

About


Languages

Language:Shell 39.7%Language:Java 29.8%Language:Batchfile 27.7%Language:HTML 2.3%Language:CSS 0.4%