From f2d502faf8c23ad940762493b31d759c5dfd6bc4 Mon Sep 17 00:00:00 2001 From: 疯狂的狮子li <15040126243@163.com> Date: 星期一, 11 七月 2022 16:21:20 +0800 Subject: [PATCH] fix 修复 sqlserver 更新sql错误提交 --- ruoyi-admin/src/main/resources/application.yml | 10 +++------- 1 files changed, 3 insertions(+), 7 deletions(-) diff --git a/ruoyi-admin/src/main/resources/application.yml b/ruoyi-admin/src/main/resources/application.yml index 74d251b..25940ef 100644 --- a/ruoyi-admin/src/main/resources/application.yml +++ b/ruoyi-admin/src/main/resources/application.yml @@ -75,10 +75,6 @@ restart: # 鐑儴缃插紑鍏� enabled: true - mvc: - pathmatch: - # 閫傞厤 boot 2.6 璺敱涓� springfox 鍏煎 - matching-strategy: ANT_PATH_MATCHER jackson: # 鏃ユ湡鏍煎紡鍖� date-format: yyyy-MM-dd HH:mm:ss @@ -262,9 +258,9 @@ endpoints: web: exposure: - # 闇�瑕佸紑鏀剧殑绔偣銆傞粯璁ゅ�煎彧鎵撳紑 health 鍜� info 涓や釜绔偣銆傞�氳繃璁剧疆 * 锛屽彲浠ュ紑鏀炬墍鏈夌鐐广�� - # 鐢熶骇鐜涓嶅缓璁斁寮�鎵�鏈� 鏍规嵁椤圭洰闇�姹傛斁寮�鍗冲彲 - include: @endpoints.include@ + include: '*' endpoint: + health: + show-details: ALWAYS logfile: external-file: ./logs/sys-console.log -- Gitblit v1.9.3