소스 검색

添加配置

yq 3 년 전
부모
커밋
2aaafb16e7
1개의 변경된 파일10개의 추가작업 그리고 0개의 파일을 삭제
  1. 10 0
      src/main/resources/application-dev.properties

+ 10 - 0
src/main/resources/application-dev.properties

@@ -90,3 +90,13 @@ xss.excludes: /system/notice
 # 匹配链接
 xss.urlPatterns: /system/*,/monitor/*,/tool/*
 
+
+# 项目相关配置
+# 名称
+ruoyi.name: RuoYi
+ruoyi.version: 3.6.0
+ruoyi.copyrightYear: 2021
+ruoyi.demoEnabled: true
+ruoyi.addressEnabled: false
+ruoyi.captchaType: math         
+