From 93681ca68a83ec3e071b2f85f7ed6449509a1dfb Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期四, 21 十一月 2024 20:09:39 +0800
Subject: [PATCH] 初始化

---
 start/src/main/resources/application.yml |   35 +++++++++++++++++++++++++++++++++--
 1 files changed, 33 insertions(+), 2 deletions(-)

diff --git a/start/src/main/resources/application.yml b/start/src/main/resources/application.yml
index 37eb455..0b98304 100644
--- a/start/src/main/resources/application.yml
+++ b/start/src/main/resources/application.yml
@@ -1,9 +1,24 @@
+# 椤圭洰鐩稿叧閰嶇疆
+ycl:
+  # 鍚嶇О
+  name: RuoYi
+  # 鐗堟湰
+  version: 1.0.0
+  # 鐗堟潈骞翠唤
+  copyrightYear: 2024
+  # 鏂囦欢璺緞 绀轰緥锛� Windows閰嶇疆D:/ruoyi/uploadPath锛孡inux閰嶇疆 /home/ruoyi/uploadPath锛�
+  profile: D:/ruoyi/uploadPath
+  # 鑾峰彇ip鍦板潃寮�鍏�
+  addressEnabled: false
+  # 楠岃瘉鐮佺被鍨� math 鏁板瓧璁$畻 char 瀛楃楠岃瘉
+  captchaType: math
+
 
 # mybatis plus閰嶇疆
 mybatis-plus:
   mapper-locations: classpath*:mapper/**/*.xml
   # 瀹炰綋鎵弿锛屽涓猵ackage鐢ㄩ�楀彿鎴栬�呭垎鍙峰垎闅�
-  typeAliasesPackage: com.hnct.**.domain
+  typeAliasesPackage: com.ycl.**.domain
   configuration:
     default-enum-type-handler: org.apache.ibatis.type.EnumOrdinalTypeHandler # 閫氱敤鏋氫妇澶勭悊鍣�
   #    log-impl: org.apache.ibatis.logging.stdout.StdOutImpl # 鏃ュ織鎵撳嵃
@@ -76,7 +91,7 @@
   # 浠ょ墝鑷畾涔夋爣璇�
   header: Authorization
   # 浠ょ墝瀵嗛挜
-  secret: abcdefghijklmnopqrstuvwxyz
+  secret: gfabcdefghijklmnopqrstuvwxyz12
   # 浠ょ墝鏈夋晥鏈燂紙榛樿30鍒嗛挓锛�
   expireTime: 30
 
@@ -101,3 +116,19 @@
   excludes: /system/notice
   # 鍖归厤閾炬帴
   urlPatterns: /system/*,/monitor/*,/tool/*
+
+
+
+# 宸ヤ綔娴� Flowable 閰嶇疆
+flowable:
+  database-schema: project_management
+  database-schema-update: true  # 鑷姩鏇存柊flowable琛ㄧ粨鏋勶紝绗竴娆¤繛鎺ユ暟鎹簱鏃跺彲浠ヨ缃负true
+  # 鍏抽棴鍚勪釜妯″潡鐢熸垚琛紝鐩墠鍙娇鐢ㄥ伐浣滄祦鍩虹琛�
+  idm:
+    enabled: false
+  cmmn:
+    enabled: false
+  dmn:
+    enabled: false
+  app:
+    enabled: false

--
Gitblit v1.8.0