部分配置丢失,修复

springboot3
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: endpoints:
web: web:
exposure: exposure:
include: metrics,jeecghttptrace include: metrics,httpexchanges,jeecghttptrace
spring: spring:
flyway: flyway:

View File

@ -22,7 +22,7 @@ management:
endpoints: endpoints:
web: web:
exposure: exposure:
include: metrics,jeecghttptrace include: metrics,httpexchanges,jeecghttptrace
spring: spring:
flyway: flyway:
@ -162,11 +162,12 @@ spring:
#password: root #password: root
#driver-class-name: com.mysql.cj.jdbc.Driver #driver-class-name: com.mysql.cj.jdbc.Driver
#redis 配置 #redis 配置
data:
redis: redis:
database: 0 database: 0
host: jeecg-boot-redis host: 127.0.0.1
port: 6379 port: 6379
password: '' password:
#mybatis plus 设置 #mybatis plus 设置
mybatis-plus: mybatis-plus:
mapper-locations: classpath*:org/jeecg/**/xml/*Mapper.xml mapper-locations: classpath*:org/jeecg/**/xml/*Mapper.xml

View File

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

View File

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

View File

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