[NO-ISSUE] remove project properties
This commit is contained in:
parent
9adcecb04f
commit
541490d9ac
|
@ -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:
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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"
|
|
@ -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"
|
Loading…
Reference in New Issue