[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
import:
- "configserver:http://192.168.0.100:20085"
- classpath:/development/webclient.yml
server:

View File

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

View File

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

View File

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