Config 애플리케이션 재실행 적용 방법 문서 추가
This commit is contained in:
@@ -4,8 +4,21 @@ server:
|
||||
spring:
|
||||
application:
|
||||
name: config-service
|
||||
profile:
|
||||
active: native
|
||||
cloud:
|
||||
config:
|
||||
server:
|
||||
git:
|
||||
uri: file://${user.home}/Desktop/my-project/spring-cloud-config
|
||||
native:
|
||||
search-locations: file://${user.home}/Desktop/my-project/spring-cloud-config
|
||||
|
||||
# git:
|
||||
# Remote Git Repository
|
||||
# uri: https://github.com/roy-zz/spring-cloud-config.git
|
||||
# Local Git Repository
|
||||
# uri: file://${user.home}/Desktop/my-project/spring-cloud-config
|
||||
# search-paths:
|
||||
# - user
|
||||
# - order
|
||||
# - gateway
|
||||
# - catalog
|
||||
Reference in New Issue
Block a user