2023-06-23 18:25:49 +08:00
|
|
|
spring:
|
|
|
|
|
datasource:
|
|
|
|
|
druid:
|
2024-05-24 10:47:28 +08:00
|
|
|
url: jdbc:mysql://127.0.0.1:3306/orion_visor?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
|
2024-05-24 10:47:28 +08:00
|
|
|
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-05-24 10:47:28 +08:00
|
|
|
host: 127.0.0.1
|
2023-06-28 16:08:08 +08:00
|
|
|
port: 6379
|
2024-05-24 10:47:28 +08:00
|
|
|
password: Data@123456
|
2024-03-27 15:30:03 +08:00
|
|
|
redisson:
|
|
|
|
|
threads: 2
|
|
|
|
|
netty-threads: 2
|
2024-06-04 11:33:09 +08:00
|
|
|
minimum-idle-size: 2
|
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
|