26 lines
749 B
YAML
26 lines
749 B
YAML
spring:
|
|
datasource:
|
|
dynamic:
|
|
datasource:
|
|
master:
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
password: XKKFB123456!
|
|
url: jdbc:mysql://mysql:3306/material_manage?useUnicode=true&characterEncoding=utf-8&useSSL=false&allowPublicKeyRetrieval=true&nullCatalogMeansCurrent=true&useInformationSchema=true
|
|
username: root
|
|
redis:
|
|
database: 4
|
|
host: redis
|
|
password: 'Xxs123456'
|
|
port: 6379
|
|
|
|
main:
|
|
supervise:
|
|
dispatcher-role-id: 1677946127227682818,0
|
|
|
|
api:
|
|
host:
|
|
data-tool: http://material-api:7778
|
|
stirling-pdf: http://stirling-pdf:8080
|
|
|
|
path:
|
|
predict-file-dir: /predict |