wenzhuo

Results 8 comments of wenzhuo

我必须手动排除依赖才可以,这个starter无法检测到 ``` com.alibaba.cloud.ai spring-ai-alibaba-starter com.alibaba.nacos nacos-client-mse-extension com.alibaba.cloud spring-alibaba-nacos-config ```

This also confuses me, I got an OPML file, but now I don't know how to delete them

This issue is now resolved, but it's at the very bottom.

[ry_20250416.sql](https://github.com/user-attachments/files/22988099/ry_20250416.sql)

> [@wenzhuo4657](https://github.com/wenzhuo4657)感谢您的报告。您使用的是什么数据库和驱动程序? mysql8.0 、com.mysql.cj.jdbc.Driver

> [@wenzhuo4657](https://github.com/wenzhuo4657) What version of he driver are you using? 8.0.29

``` public enum MetricsExporterType { DISABLE(0), OTLP_GRPC(1), PROM(2), LOG(3); public static MetricsExporterType valueOf(int value) { switch (value) { case 1: return OTLP_GRPC; case 2: return PROM; case 3: return LOG;...