From fe18dd633309d1fcde6b9d99e07a8644e3df2483 Mon Sep 17 00:00:00 2001 From: RuoYi Date: Tue, 24 Jul 2018 16:16:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E9=85=8D=E7=BD=AE=E6=B3=A8?= =?UTF-8?q?=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 7789d400..a9cd9161 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -1,10 +1,13 @@ -# 项目名称、版本、版权年份 +# 项目相关配置 ruoyi: + #名称 name: RuoYi + #版本 version: 2.2.0 + #版权年份 copyrightYear: 2018 + #头像上传路径 profile: D:/profile/ - #开发环境配置 server: #端口 @@ -41,7 +44,6 @@ spring: multipart: max-file-size: 30MB max-request-size: 30MB - devtools: restart: #禁用devtools模块的热部署功能