2023-06-23 18:25:49 +08:00
|
|
|
spring:
|
|
|
|
|
datasource:
|
|
|
|
|
druid:
|
2024-02-06 22:26:44 +08:00
|
|
|
url: jdbc:mysql://116.62.194.246:3306/orion-ops-pro?useUnicode=true&characterEncoding=UTF-8&zeroDateTimeBehavior=convertToNull&useSSL=false&serverTimezone=Asia/Shanghai&autoReconnect=true
|
2023-06-25 13:26:21 +08:00
|
|
|
username: root
|
|
|
|
|
password: Data@123456
|
2023-06-23 18:25:49 +08:00
|
|
|
initial-size: 0
|
|
|
|
|
min-idle: 1
|
|
|
|
|
max-active: 5
|
2023-06-28 16:08:08 +08:00
|
|
|
redis:
|
2024-02-06 22:26:44 +08:00
|
|
|
host: 116.62.194.246
|
2023-06-28 16:08:08 +08:00
|
|
|
port: 6379
|
|
|
|
|
database: 0
|
|
|
|
|
password: lijiahang
|
|
|
|
|
timeout: 3000
|
2023-06-23 18:25:49 +08:00
|
|
|
|
2023-06-25 13:26:21 +08:00
|
|
|
mybatis-plus:
|
|
|
|
|
configuration:
|
|
|
|
|
# 日志打印
|
|
|
|
|
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|