部分配置丢失,修复

This commit is contained in:
JEECG
2025-09-04 10:47:50 +08:00
parent f1ceb08e16
commit 434b42e9ed
5 changed files with 11 additions and 10 deletions

View File

@@ -22,7 +22,7 @@ management:
endpoints:
web:
exposure:
include: metrics,jeecghttptrace
include: metrics,httpexchanges,jeecghttptrace
spring:
flyway:

View File

@@ -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

View File

@@ -22,7 +22,7 @@ management:
endpoints:
web:
exposure:
include: metrics,jeecghttptrace
include: metrics,httpexchanges,jeecghttptrace
spring:
flyway:

View File

@@ -22,7 +22,7 @@ management:
endpoints:
web:
exposure:
include: metrics,jeecghttptrace
include: metrics,httpexchanges,jeecghttptrace
spring:
flyway:

View File

@@ -22,7 +22,7 @@ management:
endpoints:
web:
exposure:
include: metrics,jeecghttptrace
include: metrics,httpexchanges,jeecghttptrace
spring:
flyway: