Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 7 years ago)
- Default Branch: master
- Last Pushed: 2023-08-13T08:26:15.000Z (over 1 year ago)
- Last Synced: 2024-11-06T19:52:37.574Z (3 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: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# spring-boot-admin-demo
![](https://img.shields.io/static/v1?label=java&message=1.8&color=blue)
![](https://img.shields.io/static/v1?label=spring-boot&message=2.5.4&color=blue)
![](https://img.shields.io/static/v1?label=spring-boot-admin&message=2.5.1&color=green)
> [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应用
![spring-boot-admin-demo](help/spring-boot-admin-demo.png)
2. 打开 [SBA](http://localhost:8000/) 管理端
![spring-boot-admin-client](help/spring-boot-admin-client.png)
3. 点击client应用
![spring-boot-admin-monitor](help/monitor.png)
4. mbean管理测试
点击 [get appName](http://localhost:8001/appName) 测试jmx修改效果
![spring-boot-admin-monitor](help/jolokia-jmx.png)---
* `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