little guitar
little guitar
480页 构建泛型事件 整个代码块好像粘错了 --- ✅ 感谢 @liqi19950722 的反馈,已确认代码粘贴错误并记录~
> > > Spring Cloud Nacos 啥不提供和 Spring Nacos 的一样的功能,很多为注解无法使用,比如:@NacosConfigListener、@NacosConfigurationProperties... > > > > > > 你说的这两个注解都是 Nacos 提供的,春云应用中你应该是可以正常使用的。 > > 版本: > > ``` > api(platform("org.springframework.cloud:spring-cloud-dependencies:2021.0.1")) > api(platform("org.springframework.boot:spring-boot-dependencies:2.6.3")) >...
https://github.com/liqi19950722/Work/tree/master/work-2-04
https://github.com/liqi19950722/Work/commit/17d99c5c1705073deb79c9bfbc4bf22e62dc4bce 在拦截Controller方法的时候,用subclass()会导致方法上的注解信息丢失,我改用了rebase()方法就能保留`@RequestBody`注解信息
https://github.com/liqi19950722/Work/tree/master/work-2-06 发现一个小问题server端和client端的拦截点有点不一样
https://github.com/liqi19950722/Work/tree/master/work-7 安装Prometheus 安装Grafana docker安装influxdb 断电续传的能力的 InfluxDB 的推送 遇到问题 1. `AutoConfiguredCompositeMeterRegistry` 中的 Meter tag 值 和 Children中的tag值不一致,原因是`org.springframework.boot.actuate.autoconfigure.metrics.MeterRegistryConfigurer#configure`不往`AutoConfiguredCompositeMeterRegistry`中添加 `MeterFilter` 2. 上传Influxdb时,tag值中有空格或者逗号时需要转义 > tag set: Comma-delimited list of key value pairs, each representing...
https://github.com/liqi19950722/Work/tree/master/work-2-03 第三个不确定是不是这么实现 使用场景都在单元测试里边
https://github.com/liqi19950722/Work/tree/master/work-10
https://github.com/liqi19950722/Work/tree/master/work-9 整合 Micrometer: Spring官方通过扩展`GlobalFilter` 的方式 用`GatewayMetricsFilter` 实现 整合 Spring Cloud Sleuth: Spring官方通过扩展`WebFilter` 的方式 用`TraceWebFilter` 实现 我自己就没写了
https://github.com/liqi19950722/Work/commit/0ef51945779e453e96643f176433f7a1e6c7c544 https://github.com/liqi19950722/Work/tree/master/work-2-07 TDD方式实现