From 6e22084bd569d3758e43b279745ef673c533b9b9 Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期五, 29 十一月 2024 22:28:13 +0800 Subject: [PATCH] 首页待办查询 --- start/src/main/resources/application.yml | 30 ++++++++++++++++++++++++------ 1 files changed, 24 insertions(+), 6 deletions(-) diff --git a/start/src/main/resources/application.yml b/start/src/main/resources/application.yml index 37eb455..2156745 100644 --- a/start/src/main/resources/application.yml +++ b/start/src/main/resources/application.yml @@ -3,9 +3,9 @@ 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 # 閫氱敤鏋氫妇澶勭悊鍣� + default-enum-type-handler: com.baomidou.mybatisplus.core.handlers.MybatisEnumTypeHandler # 閫氱敤鏋氫妇澶勭悊鍣� # log-impl: org.apache.ibatis.logging.stdout.StdOutImpl # 鏃ュ織鎵撳嵃 global-config: db-config: @@ -21,7 +21,7 @@ # 寮�鍙戠幆澧冮厤缃� server: # 鏈嶅姟鍣ㄧ殑HTTP绔彛锛岄粯璁や负8080 - port: 8080 + port: 10076 servlet: # 搴旂敤鐨勮闂矾寰� context-path: / @@ -41,6 +41,8 @@ level: com.ruoyi: debug org.springframework: warn + org.flowable.engine.impl.persistence.entity.*: debug + org.flowable.task.service.impl.persistence.entity.*: debug # 鐢ㄦ埛閰嶇疆 user: @@ -69,16 +71,16 @@ devtools: restart: # 鐑儴缃插紑鍏� - enabled: true + enabled: false # token閰嶇疆 token: # 浠ょ墝鑷畾涔夋爣璇� header: Authorization # 浠ょ墝瀵嗛挜 - secret: abcdefghijklmnopqrstuvwxyz + secret: gfabcdefghijklmnopqrstuvwxyz12 # 浠ょ墝鏈夋晥鏈燂紙榛樿30鍒嗛挓锛� - expireTime: 30 + expireTime: 10000 # PageHelper鍒嗛〉鎻掍欢 pagehelper: @@ -101,3 +103,19 @@ excludes: /system/notice # 鍖归厤閾炬帴 urlPatterns: /system/*,/monitor/*,/tool/* + + + +# 宸ヤ綔娴� Flowable 閰嶇疆锛宖lowable瀹屾暣鐨勯厤缃紝鍙傝锛欯see https://www.flowable.com/open-source/docs/bpmn/ch05a-Spring-Boot/#flowable-application-properties +flowable: + database-schema-update: true # 鑷姩鏇存柊flowable琛ㄧ粨鏋勶紝绗竴娆¤繛鎺ユ暟鎹簱鏃跺彲浠ヨ缃负true +# # 鍏抽棴鍚勪釜妯″潡鐢熸垚琛紝鐩墠鍙娇鐢ㄥ伐浣滄祦鍩虹琛� + idm: # idm鏄痜lowable鐨勮韩浠界鐞嗘ā鍧楋細鍗崇敤鎴枫�佽璇併�佹潈闄愮瓑 + enabled: false +# cmmn: # cmmn鏄痜lowable鐨勬渚嬬鐞嗘ā鍧楋紝浣撶幇鍦╢lowable-ui涓殑锛氭祦绋嬪缓妯″櫒銆乁I锛孈see https://www.flowable.com/open-source/docs/cmmn/ch06-cmmn +# enabled: true +# dmn: # dmn鏄痜lowable鐨勫喅绛栨ā鍨嬶紝浣撶幇鍦╢lowable-ui涓殑鍐崇瓥琛� @see https://www.flowable.com/open-source/docs/dmn/ch06-DMN-Introduction +# enabled: false +# app: # app鐨勫姛鑳芥槸涓篺lowable鍦╯pring涓珮鏁堣繍琛岃�屾彁渚涗簡寰堝bean锛屼笌flowable鏈韩鐨勫唴瀹规棤鍏� +# enabled: true +# check-process-definitions: true -- Gitblit v1.8.0