Skip to content

Commit

Permalink
Merge pull request #2 from sazzeo/zuul
Browse files Browse the repository at this point in the history
index를 위한 모듈 이름 변경
  • Loading branch information
sazzeo authored Aug 2, 2022
2 parents 09e6c86 + e2d29be commit 503f359
Show file tree
Hide file tree
Showing 23 changed files with 10 additions and 21 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,7 @@ dependencyManagement {
}
}

bootJar {
mainClassName("")
}

Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@ server:
spring:
application:
name: zuul-client-second-service #각각 마이크로 서비스마다 부여할 고유 아이디(중복 불가) => 유레카에 대문자로 등록됨. (대소문자 구분x)
config:
import: "optional:configserver:"

# config:
# import: "optional:configserver:"

#유레카 클라이언트 역할 기능 켜기
eureka:
Expand Down
File renamed without changes.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ subprojects {


test {
exclude('**/*')
useJUnitPlatform()
}

Expand Down
6 changes: 3 additions & 3 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ rootProject.name = 'msa-spring-cloud'
// bootJar
include 'ecommerce'
include 'user-service'
include 'zuul-client-first-service' //줄 클라이언트 서비스1
include 'zuul-client-second-service' //줄 클라이언트 서비스2
include 'zuul-service' //줄 서버
include 'b-zuul-client-first-service' //줄 클라이언트 서비스1
include 'b-zuul-client-second-service' //줄 클라이언트 서비스2
include 'b-zuul-service' //줄 서버
Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file removed zuul-service/gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
5 changes: 0 additions & 5 deletions zuul-service/gradle/wrapper/gradle-wrapper.properties

This file was deleted.

0 comments on commit 503f359

Please sign in to comment.