配送单据接口开发
配送单据附件接口开发
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user