Files
ShoppingCrawler/shopping-crawler/src/main/resources/application-local.yml
2024-04-30 22:34:49 +09:00

12 lines
277 B
YAML

spring:
config:
activate:
on-profile: local
import:
- classpath:/datasource/local.yml
- classpath:/slack/local.yml
server:
port: 20080
# import: optional:configserver:http://localhost:11080 # can be start up even config server was not found.