Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

index를 위한 모듈 이름 변경 #2

Merged
merged 1 commit into from
Aug 2, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.