@@ -8,7 +8,7 @@ spring:
redis:
host: 127.0.0.1
port: 6379
- password: Hao123
+ password: Zpmc2024@1
timeout: 10000ms
lettuce:
pool:
@@ -16,8 +16,8 @@ server:
#redis通道名称
redis.channel: luckysheet.channel
#表格中块的大小,新增加时写入每一个sheet的第一个模块中
-row_size: 1000
-col_size: 500
+row_size: 100
+col_size: 100
#使用服务器类型
servertype: tomcat