2023-06-23 18:25:49 +08:00
|
|
|
spring:
|
|
|
|
|
datasource:
|
|
|
|
|
druid:
|
2024-02-25 17:44:21 +08:00
|
|
|
url: jdbc:mysql://127.0.0.1:3306/orion-ops-pro?useUnicode=true&characterEncoding=UTF-8&zeroDateTimeBehavior=convertToNull&allowPublicKeyRetrieval=true&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-08 16:30:16 +08:00
|
|
|
host: 127.0.0.1
|
2023-06-28 16:08:08 +08:00
|
|
|
port: 6379
|
|
|
|
|
password: lijiahang
|
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
|