!662 发布 5.3.1 正式版

* 🐳发布 5.3.1 正式版
* update 优化 删除无用配置
* fix 修复 excel模板导出数据被覆盖的问题
* update 优化 统一用户密码校验长度
* update mybatis-plus 3.5.10.1 => 3.5.11
* fix 修复 跨域未设置请求头问题(cloud版本不需要 vue版本需要)
This commit is contained in:
疯狂的狮子Li
2025-03-27 02:51:57 +00:00
parent 159e30c982
commit 7a9f51fc7a
13 changed files with 24 additions and 25 deletions

View File

@@ -59,9 +59,6 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>${spring-boot.version}</version>
<configuration>
<!-- <fork>true</fork> &lt;!&ndash; 如果没有该配置devtools不会生效 &ndash;&gt;-->
</configuration>
<executions>
<execution>
<goals>

View File

@@ -22,10 +22,8 @@ snail-job:
job-pull-page-size: 1000
# 服务器端口
server-port: 17888
# 号段模式下步长配置
step: 100
# 日志保存时间(单位: day)
log-storage: 90
log-storage: 7
rpc-type: grpc
--- # 监控中心配置

View File

@@ -22,10 +22,8 @@ snail-job:
job-pull-page-size: 1000
# 服务器端口
server-port: 17888
# 号段模式下步长配置
step: 100
# 日志保存时间(单位: day)
log-storage: 90
log-storage: 7
rpc-type: grpc
--- # 监控中心配置