刘凯雄 096d50dcd3 重新定位版本号,并为mongo重新添加监控埋点 | hace 2 años | |
---|---|---|
elab-alert | hace 2 años | |
elab-annotation | hace 2 años | |
elab-cache | hace 2 años | |
elab-core | hace 2 años | |
elab-db | hace 2 años | |
elab-es | hace 2 años | |
elab-kafka | hace 2 años | |
elab-log | hace 2 años | |
elab-mongodb | hace 2 años | |
elab-mq | hace 2 años | |
elab-redis | hace 2 años | |
elab-rocketMQ | hace 2 años | |
elab-spring | hace 2 años | |
elab-test | hace 2 años | |
springboot-demo | hace 4 años | |
README.md | hace 3 años | |
pom.xml | hace 2 años | |
test.txt | hace 5 años |
@AuthorDescription
注解,并集成数据收集器的业务埋点。
MonitorCollect.SERVICE.send
发送业务埋点数据@EnableElabSpring
注解化,根据注解的启用来调整是否开启特定功能AnnotationProcessService
接口来完成代理业务处理,默认实现类AuthorDescriptionAnnotationProcess
新增功能类
LoadContextTool
: 确定资源加载完毕之后被唤醒。
新增配置中心化的功能
java
// 类似于这种
public List<基础数据类型> getList(xxx);
PUT
、DELETE
请求