https://github.com/linyimin0812/spring-bean-timeline
Spring Bean initialization timeline | View the initialization time of each Bean | Spring Bean初始化时序图 | 查看每个Bean初始化耗时
https://github.com/linyimin0812/spring-bean-timeline
spring springbean timeline
Last synced: about 1 year ago
JSON representation
Spring Bean initialization timeline | View the initialization time of each Bean | Spring Bean初始化时序图 | 查看每个Bean初始化耗时
- Host: GitHub
- URL: https://github.com/linyimin0812/spring-bean-timeline
- Owner: linyimin0812
- Created: 2023-05-09T17:03:11.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-11T12:00:58.000Z (about 3 years ago)
- Last Synced: 2025-04-14T12:12:14.537Z (about 1 year ago)
- Topics: spring, springbean, timeline
- Language: Java
- Homepage:
- Size: 532 KB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[中文](README.md) |
[ENGLISH](README_EN.md)
# 使用
1. 启动jaeger
```shell
$ docker run -d --name jaeger \
-e COLLECTOR_ZIPKIN_HTTP_PORT=9411 \
-p 5775:5775/udp \
-p 6831:6831/udp \
-p 6832:6832/udp \
-p 5778:5778 \
-p 16686:16686 \
-p 14268:14268 \
-p 9411:9411 \
jaegertracing/all-in-one:1.6
```
2. 项目中引入相关依赖
```xml
io.github.linyimin0812
spring-bean-timeline
1.0.0
```
# 效果
点击http://127.0.0.1:16686 查看效果
