prod config
This commit is contained in:
parent
4ef5a9d8b9
commit
ff5ad662d2
|
|
@ -54,7 +54,7 @@ spring:
|
|||
# url: jdbc:kingbase8://127.0.0.1:54321/test # 人大金仓 KingbaseES 连接的示例
|
||||
# url: jdbc:postgresql://127.0.0.1:5432/postgres # OpenGauss 连接的示例
|
||||
username: root
|
||||
password: aab8f9cf712538c3
|
||||
password: TR09GMwhazSYBL
|
||||
# username: sa # SQL Server 连接的示例
|
||||
# password: Yudao@2024 # SQL Server 连接的示例
|
||||
# username: SYSDBA # DM 连接的示例
|
||||
|
|
@ -65,7 +65,7 @@ spring:
|
|||
lazy: true # 开启懒加载,保证启动速度
|
||||
url: jdbc:mysql://127.0.0.1:3306/haoka?useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true&rewriteBatchedStatements=true&nullCatalogMeansCurrent=true
|
||||
username: root
|
||||
password: aab8f9cf712538c3
|
||||
password: TR09GMwhazSYBL
|
||||
|
||||
# Redis 配置。Redisson 默认的配置足够使用,一般不需要进行调优
|
||||
data:
|
||||
|
|
@ -73,7 +73,7 @@ spring:
|
|||
host: 127.0.0.1 # 地址
|
||||
port: 6379 # 端口
|
||||
database: 5 # 数据库索引
|
||||
# password: haoka2024 # 密码,建议生产环境开启
|
||||
password: GjX9dShXHGyNYA # 密码,建议生产环境开启
|
||||
|
||||
--- #################### 定时任务相关配置 ####################
|
||||
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue