[NO-ISSUE] remove project properties
This commit is contained in:
parent
9adcecb04f
commit
541490d9ac
|
@ -4,7 +4,6 @@ spring:
|
|||
on-profile: development
|
||||
import:
|
||||
- "configserver:http://192.168.0.100:20085"
|
||||
- classpath:/development/webclient.yml
|
||||
|
||||
|
||||
server:
|
||||
|
|
|
@ -4,7 +4,6 @@ spring:
|
|||
on-profile: local
|
||||
import:
|
||||
- "configserver:http://localhost:20085"
|
||||
- classpath:/local/webclient.yml
|
||||
|
||||
server:
|
||||
port: 20081
|
||||
|
|
|
@ -3,5 +3,4 @@ spring:
|
|||
activate:
|
||||
on-profile: development
|
||||
import:
|
||||
- classpath:/development/webclient.yml
|
||||
- "configserver:http://192.168.0.100:11080"
|
|
@ -3,5 +3,4 @@ spring:
|
|||
activate:
|
||||
on-profile: local
|
||||
import:
|
||||
- classpath:/local/webclient.yml
|
||||
- "configserver:http://localhost:20085"
|
Loading…
Reference in New Issue