spring cloud : spring cloud config - fix

This commit is contained in:
haerong22
2021-09-29 23:18:55 +09:00
parent a1a290fbd0
commit 6955210070

View File

@@ -4,13 +4,13 @@ server:
spring:
application:
name: config-server
# profile:
# active: native
profiles:
active: native
cloud:
config:
server:
# native:
# search-locations: file:///${user.homr}/Desktop/study/native
native:
search-locations: file:///${user.home}/Desktop/study/native
# search-locations: file://${user.home}/Desktop/kim/study/native
git:
uri: file://C:/Users/Woojin/Desktop/study/config