From 434b42e9edb9810125d6e36c7bfd727441929a18 Mon Sep 17 00:00:00 2001 From: JEECG <445654970@qq.com> Date: Thu, 4 Sep 2025 10:47:50 +0800 Subject: [PATCH] =?UTF-8?q?=E9=83=A8=E5=88=86=E9=85=8D=E7=BD=AE=E4=B8=A2?= =?UTF-8?q?=E5=A4=B1=EF=BC=8C=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/application-dm8.yml | 2 +- .../src/main/resources/application-docker.yml | 13 +++++++------ .../src/main/resources/application-kingbase8.yml | 2 +- .../src/main/resources/application-oracle.yml | 2 +- .../src/main/resources/application-sqlserver.yml | 2 +- 5 files changed, 11 insertions(+), 10 deletions(-) diff --git a/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-dm8.yml b/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-dm8.yml index 09f65acce..8bfdc1839 100644 --- a/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-dm8.yml +++ b/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-dm8.yml @@ -22,7 +22,7 @@ management: endpoints: web: exposure: - include: metrics,jeecghttptrace + include: metrics,httpexchanges,jeecghttptrace spring: flyway: diff --git a/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-docker.yml b/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-docker.yml index a44359072..23c7673c7 100644 --- a/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-docker.yml +++ b/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-docker.yml @@ -22,7 +22,7 @@ management: endpoints: web: exposure: - include: metrics,jeecghttptrace + include: metrics,httpexchanges,jeecghttptrace spring: flyway: @@ -162,11 +162,12 @@ spring: #password: root #driver-class-name: com.mysql.cj.jdbc.Driver #redis 配置 - redis: - database: 0 - host: jeecg-boot-redis - port: 6379 - password: '' + data: + redis: + database: 0 + host: 127.0.0.1 + port: 6379 + password: #mybatis plus 设置 mybatis-plus: mapper-locations: classpath*:org/jeecg/**/xml/*Mapper.xml diff --git a/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-kingbase8.yml b/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-kingbase8.yml index f914bb945..93239f8a6 100644 --- a/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-kingbase8.yml +++ b/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-kingbase8.yml @@ -22,7 +22,7 @@ management: endpoints: web: exposure: - include: metrics,jeecghttptrace + include: metrics,httpexchanges,jeecghttptrace spring: flyway: diff --git a/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-oracle.yml b/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-oracle.yml index 35988dafa..9ed7cc76b 100644 --- a/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-oracle.yml +++ b/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-oracle.yml @@ -22,7 +22,7 @@ management: endpoints: web: exposure: - include: metrics,jeecghttptrace + include: metrics,httpexchanges,jeecghttptrace spring: flyway: diff --git a/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-sqlserver.yml b/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-sqlserver.yml index 741441056..7d4e54dfe 100644 --- a/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-sqlserver.yml +++ b/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-sqlserver.yml @@ -22,7 +22,7 @@ management: endpoints: web: exposure: - include: metrics,jeecghttptrace + include: metrics,httpexchanges,jeecghttptrace spring: flyway: