luna
luna
nacos:1.2.1 nacos-config-spring-boot-starter:0.2.7 application.properties     经测试发现,nacos配置中心的person.name值或者是server.port变动,客户端无法感知?依然是老值,请问如何解决?
dubbo版本:2.7.3 注册中心:zk 问题: 1、rest服务仅是消费者服务,无法在服务查询中展示 2、同一个接口分组,分版本,在服务查询中也不展示 下图是老版本的admin展示,新版本无法展示,请问出于什么考虑呢? 如果需要可以附上demo地址

java 使用spring ai-alibaba 无法多轮对话 代码如下: @Value("${spring.ai.dashscope.agent.app-id}") private String appId; public DemoAiController(DashScopeAgentApi dashscopeAgentApi) { this.agent = new DashScopeAgent(dashscopeAgentApi); } DashScopeAgentOptions options = DashScopeAgentOptions.builder() .withIncrementalOutput(true) .withHasThoughts(true) .build(); options.setAppId(appId); Prompt prompt = new...
### Checklist - [x] I have looked into the [Readme](https://github.com/auth0/java-jwt#readme) and [Examples](https://github.com/auth0/java-jwt/blob/master/EXAMPLES.md), and have not found a suitable solution or answer. - [x] I have looked into the [API documentation](https://javadoc.io/doc/com.auth0/java-jwt/latest/index.html)...