feat: 新增项目配置
This commit is contained in:
18
src/main/resources/application-test.yml
Normal file
18
src/main/resources/application-test.yml
Normal file
@@ -0,0 +1,18 @@
|
||||
spring:
|
||||
datasource:
|
||||
dynamic:
|
||||
datasource:
|
||||
master:
|
||||
driver-class-name: com.mysql.cj.jdbc.Driver
|
||||
password: Xxs123456
|
||||
url: jdbc:mysql://xxs1110.local:4306/material_manage?useUnicode=true&characterEncoding=utf-8&useSSL=false&allowPublicKeyRetrieval=true&nullCatalogMeansCurrent=true&useInformationSchema=true
|
||||
username: root
|
||||
redis:
|
||||
database: 4
|
||||
host: xxs1110.local
|
||||
password: 'Xxs123456'
|
||||
port: 6379
|
||||
|
||||
main:
|
||||
supervise:
|
||||
dispatcher-role-id: 1677946127227682818,0
|
Reference in New Issue
Block a user