Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
N
new-project
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
binfast
new-project
Commits
a0783fc2
Commit
a0783fc2
authored
Oct 14, 2025
by
刘斌
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 完善健康检查
parent
7fe073a6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
0 deletions
+16
-0
pom.xml
admin/pom.xml
+4
-0
application.yml
admin/src/main/resources/application.yml
+12
-0
No files found.
admin/pom.xml
View file @
a0783fc2
...
...
@@ -24,6 +24,10 @@
<groupId>
top.binfast
</groupId>
<artifactId>
daemon-codegen
</artifactId>
</dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-actuator
</artifactId>
</dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-test
</artifactId>
...
...
admin/src/main/resources/application.yml
View file @
a0783fc2
...
...
@@ -29,6 +29,18 @@ spring:
# redisson:
# config: classpath:redisson.yml
---
# Actuator 监控端点的配置项
management
:
endpoints
:
web
:
exposure
:
include
:
health,info,shutdown,logfile
endpoint
:
health
:
show-details
:
ALWAYS
logfile
:
external-file
:
./logs/console.log
# mybaits-plus配置
mybatis-plus
:
# MyBatis Mapper所对应的XML文件位置
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment