新增打印据编号字段

新增保存图片到本地磁盘D盘接口
This commit is contained in:
2025-09-28 08:22:53 +08:00
parent d390060597
commit 7f0d4b6b6f
6 changed files with 472 additions and 3 deletions

View File

@@ -57,9 +57,9 @@ spring:
servlet:
multipart:
# 单个文件大小
max-file-size: 10MB
max-file-size: 100MB
# 设置总上传的文件大小
max-request-size: 20MB
max-request-size: 100MB
# 服务模块
devtools:
restart:
@@ -68,6 +68,7 @@ spring:
# redis 配置
redis:
# 地址
# host: 101.132.133.142
host: 192.168.1.20
# host: 192.168.1.251
# host: localhost