-
当没有nacos的时候,我们配置在application.yml中
当现在有nacos之后,我们希望本地除了nacos地址,全部配置属性都在nacos,本地不进行配置
当然,目前版本,可以通过本地 application.yml 中这样配置来进行,是不是可以省掉这一步,在项目里直接使用呢?:
server:
port: "@server.port@"
biz:
prop:…
-
当我使用nacos1.4.1版本作为注册和配置中心,客户端启动后,从配置中心拉取配置正常,但是当我在nacos后台修改配置之后,客户端能获取到当前修改的内容,客户端项目就抛出异常,无法获取后续修改内容,异常信息如下 :
When I use Nacos version 1.4.1 as the registration and configuration center, after the cl…
-
我们鼓励使用英文,如果不能直接使用,可以使用翻译软件,您仍旧可以保留中文原文。
We recommend using English. If you are non-native English speaker, you can use the translation software.
**Which Component**
eg. Nacos Discovery, Sentinel…
-
#1062 Like this。
springboot version is 2.1.7.RELEASE
spring cloud version is Greenwich.SR3
The problem is that a client request is content-type multipart/form-data and contains files. When forw…
-
Apollo部署到k8s中, 我开发本地测试环境怎么连接部署到k8s中的Apollo? 我configserver是通过ingress域名的方式到外面, 我开发本地测试环境怎么连接apollo?
-
Hi,
I tried using 2.0.25 with Spring Boot 2.4.x and Spring Cloud 3.0.0 and it is no longer compatible as the Spring Cloud team made a lot of changes. Any ETA on when the support will be available?
…
-
My nacos server version is 1.4.0
Springcloud : Greenwich
I created a shared config common.yml in group (dev),but when it try to connect the server ,it tried to fetch the group[DEFAULT_GROUP]
![…
-
How can I use GraalVm's reflection configuration assistant tool agentlib to assist in generating relevant configuration files in my spring cloud project (springcloud version 2020.0.0-SNAPSHOT, springb…
-
maven依赖:
```
Edgware.SR1
1.5.8.RELEASE
com.alibaba.cloud
spring-cloud-starter-alibaba-nacos-config
1.5.1.RELEASE
```
**Describe the bu…
-
Hello
**Describe the issue**
Two issues:
1. Kafka maxAttempts=1 not working.
2. When throwing exception in @StreamListener in Kafka, cannot manually send ack even if the setting is manual ack in…