From 466c1a085590a6f527e2be91ed415b9656368902 Mon Sep 17 00:00:00 2001 From: Pu Zhibing <393733352@qq.com> Date: 星期二, 24 九月 2024 13:38:14 +0800 Subject: [PATCH] 添加生产环境配置 --- ruoyi-gateway/src/main/resources/bootstrap.yml | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/ruoyi-gateway/src/main/resources/bootstrap.yml b/ruoyi-gateway/src/main/resources/bootstrap.yml index 092b794..1beff53 100644 --- a/ruoyi-gateway/src/main/resources/bootstrap.yml +++ b/ruoyi-gateway/src/main/resources/bootstrap.yml @@ -1,5 +1,8 @@ server: port: 9000 + tomcat: + basedir: /data/tomcat + max-swallow-size: 100MB # Spring spring: application: @@ -9,7 +12,7 @@ allow-bean-definition-overriding: true profiles: # 环境配置 - active: prod + active: dev --- spring: config: -- Gitblit v1.7.1