Config 애플리케이션 재실행 적용 방법 문서 추가

This commit is contained in:
roy-zz
2022-04-23 00:06:03 +09:00
parent 46dbbeca20
commit 5067bb803b
12 changed files with 185 additions and 15 deletions

View File

@@ -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