Skip to content

Commit

Permalink
add spring boot admin
Browse files Browse the repository at this point in the history
  • Loading branch information
jujunchen committed Sep 5, 2024
1 parent 828ba9d commit 3548258
Showing 1 changed file with 17 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,25 @@ spring:
username: sa
password:

# admin
boot:
admin:
client:
url: http://localhost:8081
management:
endpoints:
web:
exposure:
include: "*"
info:
env:
enabled: true


# 开启调式日志
logging:
file:
name: logs/spring-hot-plugin-demo.log
level:
csdn.itsaysay.plugin: DEBUG

Expand Down

0 comments on commit 3548258

Please sign in to comment.