QQJoker

Results 3 issues of QQJoker

@JSONField(name = "companyName") private String companyName; SerializeConfig config = new SerializeConfig(); config.propertyNamingStrategy = PropertyNamingStrategy.SnakeCase; config.put(User.class, new CustomSerializer()); User user = new User(); user.setCompanyName("123"); Object json = JSON.toJSON(user,config); System.out.println("json = "...

com.alibaba fastjson 2.0.52 @JSONField(name = "companyName") private String companyName; SerializeConfig config = new SerializeConfig(); config.propertyNamingStrategy = PropertyNamingStrategy.SnakeCase; config.put(User.class, new CustomSerializer()); User user = new User(); user.setCompanyName("123"); Object json = JSON.toJSON(user,config);...

bug

### What happened? { "mcpServers": { "spring-ai-mcp-weather": { "command": "java", "args": [ "-Dspring.ai.mcp.server.transport=STDIO", "-jar", "C:\\ABSOLUTEPATH\\TO\\PARENT\\FOLDER\\weather\\mcp-weather-stdio-server-0.0.1-SNAPSHOT.jar" ] } } } v3.8.3版本 配置mcp server 有这个错误 ### Steps to reproduce 1. 2. 3....