https://github.com/netbuffer/spring-boot-admin-demo
spring-boot-admin-demo ,spring-boot monitor tools
https://github.com/netbuffer/spring-boot-admin-demo
admin admin-dashboard cloud discovery jvm microservice monitoring monitoring-tool provider spring spring-boot spring-boot-admin spring-boot2 spring-framework spring-mvc springcloud system
Last synced: 3 months ago
JSON representation
spring-boot-admin-demo ,spring-boot monitor tools
- Host: GitHub
- URL: https://github.com/netbuffer/spring-boot-admin-demo
- Owner: netbuffer
- Created: 2018-04-11T12:49:13.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-08-13T08:26:15.000Z (over 2 years ago)
- Last Synced: 2025-08-12T23:02:16.058Z (5 months ago)
- Topics: admin, admin-dashboard, cloud, discovery, jvm, microservice, monitoring, monitoring-tool, provider, spring, spring-boot, spring-boot-admin, spring-boot2, spring-framework, spring-mvc, springcloud, system
- Language: Java
- Homepage:
- Size: 359 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# spring-boot-admin-demo



> [spring-boot-admin](https://github.com/codecentric/spring-boot-admin/):Admin UI for administration of spring boot applications
[github](https://github.com/netbuffer/spring-boot-admin-demo)
[gitee](https://gitee.com/netbuffer/spring-boot-admin-demo)
---
1. 启动server应用,client应用

2. 打开 [SBA](http://localhost:8000/) 管理端

3. 点击client应用

4. mbean管理测试
点击 [get appName](http://localhost:8001/appName) 测试jmx修改效果

---
* `custom-ui`分支用来测试spring-boot-admin自定义UI
### articles
* [关于SpringBoot actuator的httptrace端点不生效问题解决办法](https://www.toutiao.com/i7013898442388865547)
### Docker Image
* https://hub.docker.com/r/javawiki/spring-boot-admin-demo-server
* https://hub.docker.com/r/javawiki/spring-boot-admin-demo-client
* docker run --rm -p 8000:8000 --name sbads javawiki/spring-boot-admin-demo-server:1.0.0
* docker run --rm -p 8001:8001 --link sbads -e SBAC_URL=http://sbads:8000 --name sbadc javawiki/spring-boot-admin-demo-client:1.0.0