luna

Results 5 issues of luna

nacos:1.2.1 nacos-config-spring-boot-starter:0.2.7 application.properties ![image](https://user-images.githubusercontent.com/20329819/82990567-ffdf8580-a02e-11ea-8270-ce9b0eaa55db.png) ![image](https://user-images.githubusercontent.com/20329819/82990694-27cee900-a02f-11ea-8d3a-7cf9f2ab78d8.png) ![image](https://user-images.githubusercontent.com/20329819/82990627-0f5ece80-a02f-11ea-8660-04fcb9737e78.png) ![image](https://user-images.githubusercontent.com/20329819/82990652-17b70980-a02f-11ea-8e0d-ea2a75f2a831.png) 经测试发现,nacos配置中心的person.name值或者是server.port变动,客户端无法感知?依然是老值,请问如何解决?

dubbo版本:2.7.3 注册中心:zk 问题: 1、rest服务仅是消费者服务,无法在服务查询中展示 2、同一个接口分组,分版本,在服务查询中也不展示 下图是老版本的admin展示,新版本无法展示,请问出于什么考虑呢? 如果需要可以附上demo地址

![image](https://user-images.githubusercontent.com/20329819/28660790-0a3c28bc-72e7-11e7-9ae7-8cf4fe53f382.png)

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...

question

### 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)...

bug