11 lines
248 B
YAML
11 lines
248 B
YAML
spring:
|
|
config:
|
|
activate:
|
|
on-profile: local
|
|
import:
|
|
- "configserver:http://localhost:20085"
|
|
# import: optional:configserver:http://localhost:11080 # can be start up even config server was not found.
|
|
|
|
server:
|
|
port: 20082
|