src/main/resources/application.yml
@@ -16,7 +16,7 @@ # 开发环境配置 server: # 服务器的HTTP端口,默认为8080 # 服务器的HTTP端口,默认为80807 port: 7003 servlet: # 应用的访问路径 @@ -58,14 +58,14 @@ servlet: multipart: # 单个文件大小 max-file-size: 10MB max-file-size: 1GB # 设置总上传的文件大小 max-request-size: 20MB max-request-size: 2GB # 服务模块 devtools: restart: # 热部署开关 enabled: true enabled: false # redis 配置 redis: # 地址 @@ -73,9 +73,11 @@ # 端口,默认为6379 port: 6379 # 数据库索引 database: 0 database: 1 # 密码 # password: root2022! # password: 123456 # 连接超时时间 timeout: 10s lettuce: