-
# 谁在使用 Nacos
首先诚挚地感谢每一位持续关注并使用 Nacos 的朋友。我们会持续投入,力图把 Nacos 变得更好,把 Nacos 社区和生态变得更加繁荣。
## 此 Issue 的目的
* 收集在生产上使用Nacos的客户
* 聆听社区内一线开发和运维人员声音,让 Nacos 变得更好
* 吸引更多的人参与贡献
* 更多的了解 Nacos 的实际使用场景,以方便下一步…
-
在远程Linux虚拟机上启动nacos 2.0.0服务端,可以正常访问管理页面,本地电脑运行springcloudAlibaba整合nacos的程序一直刷异常com.alibaba.nacos.api.exception.NacosException: Client not connected,current status:STARTING,程序启动后,服务注册是成功的,但是读取不了配置文件,启动…
-
### Ⅰ. 问题描述
当在serviceImpl中标注了@GlobalTransactional注解后,包含` ON duplicate key update `的insert语句会导致BadSqlGrammarException异常
### Ⅱ. 详细描述
当执行下面那段SQL时,如果数据库中没有相同的数据,则不会触发 ON duplicate key update,这种情况下能够插…
-
### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/skywalking/issues?q=is%3Aissue) and found no similar issues.
### Apache SkyWalking Component
OAP server (apa…
-
版本
```
com.alibaba.cloud
spring-cloud-alibaba-dependencies
2.2.0.RELEASE
```
> 会出现两次异常,通过debug发现是默认注册localhost:9090时候出错,但是最终注册成功,不影响服务的调用
第一次异常日志
java.net.ConnectException: Connection r…
-
环境:
jdk17
springboot: 3.0.2
springcloud: 2022.0.0
springcloudalibaba: 2022.0.0.0
knife4j相关依赖:
```
com.github.xiaoymin
knife4j…
-
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solution you'd li…
-
I use @RefreshScope in nacos but cannot refresh the remote configuration file.
I wrote a controller and used the @Value annotation to inject the test.token property in the configuration file.When I s…
-
我的spring应用配置是这样的:
------------------------------------------------------------------
spring:
application:
name: ${spt.app.service.serve-code}-${spt.app.service.serve-version}
profiles:
…
-
SpringBoot2.7,SpringCloudAlibaba 2021.1 读取 Nacos 配置信息,不支持 --- 符号