Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
您好,elunez,
我是RoboticsAndCloud(Github昵称),最近在学习Spring-Boot, 在Github中找到这个优秀的项目ELADMIN,浏览了下您的个人网站,学习膜拜大佬之余,也想成为一名Contributor为其做些贡献。
我Fork了代码并线下添加了Actuator功能,以及后面计划使用React为其更新下前端。
本次功能:"Actuator“健康检查功能,自己测试通过.
1)添加 依赖 在pom.xml文件中
2)application-dev.yaml增加Actuator配置
3) 在eladmin-system/src/main/java/me/zhengjie/config/ConfigurerAdapter.java添加注册endpoint逻辑
4)在SpringSecurityConfig.java开放访问权限限制
5)附件有详细的功能和配置代码说明,还有本次部署代码过程中的一些小问题,可以添加到项目的在线帮助文档中
6)代码是基于自己的理解,如果有不妥之处,请大佬指点
Spring Boot 运维管理平台(eladmin).pdf