Commit 23f91358 authored by kiritoausna's avatar kiritoausna

2026-1.22

parent a799c860
......@@ -5,7 +5,7 @@ spring:
connectionProperties: druid.stat.mergeSql=false;druid.stat.slowSqlMillis=5000
db-type: com.alibaba.druid.pool.DruidDataSource
driverClassName: net.sf.log4jdbc.sql.jdbcapi.DriverSpy
url: jdbc:log4jdbc:mysql://${DB_HOST:localhost}:${DB_PORT:3306}/${DB_NAME:dexing}?serverTimezone=Asia/Shanghai&characterEncoding=utf8&useSSL=true&requireSSL=true
url: jdbc:log4jdbc:mysql://${DB_HOST:localhost}:${DB_PORT:3306}/${DB_NAME:dexing}?serverTimezone=Asia/Shanghai&characterEncoding=utf8&useSSL=true&requireSSL=false
username: ${DB_USER:root}
#password: ${DB_PWD:jinghe2021//}
password: ${DB_PWD:jinghe2023}
......
server:
port: 9015
port: 9016
spring:
freemarker:
......@@ -27,10 +27,10 @@ spring:
redis:
#数据库索引
database: ${REDIS_DB:0}
host: ${REDIS_HOST:192.168.2.16}
port: ${REDIS_PORT:6379}
password: ${REDIS_PWD:123456}
database: ${REDIS_DB:12}
host: ${REDIS_HOST:192.168.2.37}
port: ${REDIS_PORT:6399}
password: ${REDIS_PWD:R#9Xz&2Lp$Wq8v!u}
#连接超时时间
timeout: 5000
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment