This commit is contained in:
2025-11-01 15:24:04 +08:00
parent 68d434e3c4
commit fb590926e7
10 changed files with 365 additions and 13 deletions

View File

@@ -35,6 +35,11 @@ spring:
multipart:
max-file-size: ${MAX_FILE_SIZE:-1}
max-request-size: ${MAX_REQUEST_SIZE:-1}
# Elasticsearch配置
elasticsearch:
rest:
uris: ${ELASTICSEARCH_URIS:http://127.0.0.1:9200}
# MyBatis配置
mybatis: