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

15 lines
379 B
YAML
Raw Normal View History

spring:
config:
activate:
on-profile: development
import:
- classpath:/development/webclient.yml
- "configserver:http://192.168.0.100:11080"
# import: optional:configserver:http://localhost:11080 # can be start up even config server was not found.
profiles:
group:
development: development, slackapi-development
2021-11-17 14:49:30 +00:00
server:
port: 20081