添加配置注释

dep_wangsr
RuoYi 6 years ago committed by Limy
parent 863f50cde2
commit fe18dd6333

@ -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模块的热部署功能

Loading…
Cancel
Save