테스트 모듈 추가

This commit is contained in:
roy-zz
2022-04-19 23:26:04 +09:00
parent b1c2744469
commit 1c55642c6e
37 changed files with 877 additions and 19 deletions

View File

@@ -1,3 +1,5 @@
rootProject.name = 'springcloud'
include("discovery")
include("zuul-gateway")
include("gateway")
include("test-server1")
include("test-server2")