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

12 lines
259 B
YAML
Raw Normal View History

2021-09-05 10:24:45 +00:00
spring:
config:
activate:
on-profile: development
import:
2021-11-30 16:16:15 +00:00
- "configserver:http://192.168.0.100:11080"
2021-11-17 14:49:30 +00:00
server:
port: 20081
# import: optional:configserver:http://localhost:11080 # can be start up even config server was not found.