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

14 lines
450 B
YAML
Raw Normal View History

2021-09-05 10:24:45 +00:00
spring:
config:
activate:
on-profile: development
import:
- "configserver:http://192.168.0.100:11080"
2021-09-25 15:26:32 +00:00
- classpath:/development/webclient.yml
- classpath:/development/temppassword.yml
- classpath:/development/database.yml
profiles:
group:
development: development, datasource-development
# import: optional:configserver:http://localhost:11080 # can be start up even config server was not found.