添加配置注释

pull/15/head
RuoYi 2018-07-24 16:16:19 +08:00
parent 9f8cb8759b
commit c42b3d8648
1 changed files with 5 additions and 3 deletions

View File

@ -1,10 +1,13 @@
# 项目名称、版本、版权年份 # 项目相关配置
ruoyi: ruoyi:
#名称
name: RuoYi name: RuoYi
#版本
version: 2.2.0 version: 2.2.0
#版权年份
copyrightYear: 2018 copyrightYear: 2018
#头像上传路径
profile: D:/profile/ profile: D:/profile/
#开发环境配置 #开发环境配置
server: server:
#端口 #端口
@ -41,7 +44,6 @@ spring:
multipart: multipart:
max-file-size: 30MB max-file-size: 30MB
max-request-size: 30MB max-request-size: 30MB
devtools: devtools:
restart: restart:
#禁用devtools模块的热部署功能 #禁用devtools模块的热部署功能