Files
material-manage-service/src/main/resources/application-dev.yml

25 lines
684 B
YAML
Raw Normal View History

2023-10-26 10:38:32 +08:00
spring:
datasource:
dynamic:
datasource:
master:
driver-class-name: com.mysql.cj.jdbc.Driver
password: Xxs123456
url: jdbc:mysql://192.168.1.3:4306/material_manage?useUnicode=true&characterEncoding=utf-8&useSSL=false&allowPublicKeyRetrieval=true&nullCatalogMeansCurrent=true&useInformationSchema=true
username: root
redis:
database: 4
host: 127.0.0.1
password: ''
port: 6379
2024-05-29 11:50:06 +08:00
server:
port: 19882
2023-10-26 10:38:32 +08:00
main:
supervise:
dispatcher-role-id: 1677946127227682818,0
api:
host:
data-tool: http://localhost:7778