tan

Results 10 comments of tan

我这种嵌套太多的还是不行 # 错误 ```xml class cn.xx.core.model.InstanceMeta cannot be cast to class java.util.List (cn.xx.core.model.InstanceMeta is in unnamed module of loader 'app'; java.util.List is in module java.base of loader 'bootstrap') ``` #...

我目前的解决方案给别人参考一下:可行的 ```java public class LinkedMultiValueMapDeserializer implements ObjectReader { @Override public LinkedMultiValueMap readObject(JSONReader jsonReader , Type fieldType , Object fieldName , long features) { LinkedMultiValueMap linkedMultiValueMap = new LinkedMultiValueMap(); Map jsonObject...

环境window10 docker docker: mysql:8.0.26 我是账号权限的问题 mysql容器启动环境 ```yaml TZ: 'Asia/Shanghai' # 设置容器时区 LANG: 'en_US.UTF-8' MYSQL_ROOT_PASSWORD: '123456' # 设置root用户密码 MYSQL_ALLOW_EMPTY_PASSWORD: 'no' # 即不允许密码为空 MYSQL_USER: 'nacos' # 新增用户 MYSQL_PASSWORD: 'nacos' # 新增用户的密码 ```...

// The native HttpClientSseClientTransport handles Chinese parameters correctly without garbled text. McpClientTransport transport = HttpClientSseClientTransport .builder("http://127.0.0.1:8080") .build(); ![Image](https://github.com/user-attachments/assets/27166f44-ca75-4922-90b8-80f854b3c3a2) ![Image](https://github.com/user-attachments/assets/9179925d-4fcb-4166-b973-9cf7f5116ed4)

The spring-ai-starter-mcp-client causes Chinese parameters to display incorrectly (garbled). ![Image](https://github.com/user-attachments/assets/fb916e7f-f681-4407-a137-d2c1ff7ce01f) ![Image](https://github.com/user-attachments/assets/2fb36dbe-3035-4202-9da5-1c56d59abfb4)

> Sorry, I can't follow what the issue is here. Maybe you can send a reproducible example and link to a github repo? example here 👉 https://github.com/en-o/temp.git

java -jar -Duser.timezone=Asia/Shanghai