配送单据接口开发

配送单据附件接口开发
This commit is contained in:
2025-10-16 10:30:21 +08:00
parent da426001b7
commit ab9a48f968
26 changed files with 3080 additions and 5 deletions

View File

@@ -15,7 +15,7 @@ delivery:
# 开发环境配置
server:
port: 8080
port: 8087
servlet:
context-path: /
tomcat:
@@ -49,7 +49,7 @@ spring:
max-request-size: 20MB
devtools:
restart:
enabled: true
enabled: false
redis:
host: 192.168.1.28
port: 6379
@@ -107,3 +107,10 @@ gen:
autoRemovePre: false
tablePrefix: sys_
allowOverwrite: false
minio:
endpoint: http://192.168.1.28:9000
accessKey: admin
secretKey: admin123
bucketName: delivery
public-read: true