ShoppingCrawler/processor/src/main/resources/application-local.yml

11 lines
248 B
YAML

spring:
config:
activate:
on-profile: local
import:
- "configserver:http://localhost:20085"
server:
port: 20081
# import: optional:configserver:http://localhost:11080 # can be start up even config server was not found.