[NO-ISSUE] remove project properties

This commit is contained in:
woo-jin.shin 2021-11-22 02:19:55 +09:00
parent 9adcecb04f
commit 541490d9ac
4 changed files with 0 additions and 4 deletions

View File

@ -4,7 +4,6 @@ spring:
on-profile: development on-profile: development
import: import:
- "configserver:http://192.168.0.100:20085" - "configserver:http://192.168.0.100:20085"
- classpath:/development/webclient.yml
server: server:

View File

@ -4,7 +4,6 @@ spring:
on-profile: local on-profile: local
import: import:
- "configserver:http://localhost:20085" - "configserver:http://localhost:20085"
- classpath:/local/webclient.yml
server: server:
port: 20081 port: 20081

View File

@ -3,5 +3,4 @@ spring:
activate: activate:
on-profile: development on-profile: development
import: import:
- classpath:/development/webclient.yml
- "configserver:http://192.168.0.100:11080" - "configserver:http://192.168.0.100:11080"

View File

@ -3,5 +3,4 @@ spring:
activate: activate:
on-profile: local on-profile: local
import: import:
- classpath:/local/webclient.yml
- "configserver:http://localhost:20085" - "configserver:http://localhost:20085"