From 2f8353545b2e48417f8428632f76a9c470964e2d Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期三, 13 三月 2024 13:39:28 +0800 Subject: [PATCH] 考核积分 --- ycl-server/src/main/resources/application.yml | 25 +++++++------------------ 1 files changed, 7 insertions(+), 18 deletions(-) diff --git a/ycl-server/src/main/resources/application.yml b/ycl-server/src/main/resources/application.yml index 1f21e84..d08e1c8 100644 --- a/ycl-server/src/main/resources/application.yml +++ b/ycl-server/src/main/resources/application.yml @@ -1,17 +1,4 @@ -# 椤圭洰鐩稿叧閰嶇疆 -platform: - # 鍚嶇О - name: zgyw - # 鐗堟湰 - version: 1.0.0 - # 鐗堟潈骞翠唤 - copyrightYear: 2024 - # 鏂囦欢璺緞 绀轰緥锛� Windows閰嶇疆D:/zgyw/uploadPath锛孡inux閰嶇疆 /home/zgyw/uploadPath锛� - profile: D:/zgyw/uploadPath - # 鑾峰彇ip鍦板潃寮�鍏� - addressEnabled: false - # 楠岃瘉鐮佺被鍨� math 鏁板瓧璁$畻 char 瀛楃楠岃瘉 - captchaType: math + spring: # 璧勬簮淇℃伅 @@ -52,18 +39,21 @@ # 浠ょ墝瀵嗛挜 secret: 1212121hsodhsdhasdhsaldhsalhdlsahdlsad1212121hsodhsdhasdhsaldhsalhdlsahdlsad1212121hsodhsdhasdhsaldhsalhdlsahdlsad1212121hsodhsdhasdhsaldhsalhdlsahdlsad1212121hsodhsdhasdhsaldhsalhdlsahdlsad1212121hsodhsdhasdhsaldhsalhdlsahdlsadlsadhsaldhsalhdlsahdlsadlsad # 浠ょ墝鏈夋晥鏈燂紙榛樿30鍒嗛挓锛� - expireTime: 30 + expireTime: 300 #MP閰嶇疆 mybatis-plus: mapper-locations: classpath*:mapper/**/*.xml # 瀹炰綋鎵弿锛屽涓猵ackage鐢ㄩ�楀彿鎴栬�呭垎鍙峰垎闅� typeAliasesPackage: com.ycl.**.domain + configuration: + default-enum-type-handler: org.apache.ibatis.type.EnumOrdinalTypeHandler # 閫氱敤鏋氫妇澶勭悊鍣� + # log-impl: org.apache.ibatis.logging.stdout.StdOutImpl # 鏃ュ織鎵撳嵃 global-config: db-config: id-type: auto #閫昏緫鍒犻櫎閰嶇疆瀛楁 - logic-delete-field: + logic-delete-field: deleted #閫昏緫鍒犻櫎閰嶇疆瀛楁 1 鍒犻櫎 logic-delete-value: 1 #閫昏緫鍒犻櫎閰嶇疆瀛楁 0 涓嶅垹闄� @@ -79,7 +69,6 @@ level: org.springframework: warn com.ycl : debug - config: classpath:logback-plus.xml # security閰嶇疆 security: @@ -117,4 +106,4 @@ # 鎺掗櫎閾炬帴锛堝涓敤閫楀彿鍒嗛殧锛� excludes: /system/notice # 鍖归厤閾炬帴 - urlPatterns: /system/*,/monitor/*,/tool/* \ No newline at end of file + urlPatterns: /system/*,/monitor/*,/tool/* -- Gitblit v1.8.0