[NO-ISSUE] Implement v2
This commit is contained in:
12
shopping-crawler/src/main/resources/application-local.yml
Normal file
12
shopping-crawler/src/main/resources/application-local.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
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.
|
||||
Reference in New Issue
Block a user