nacos-spring-boot-project icon indicating copy to clipboard operation
nacos-spring-boot-project copied to clipboard

Nacos ECO Project for Spring Boot

Results 103 nacos-spring-boot-project issues
Sort by recently updated
recently updated
newest added

我现在用的是ak和sk.我看acm sdk已经支持ramRoleName参数了.请问咱这个项目什么时候开始支持?

springboot 1.4.7 i tried nacos-config-spring-boot-starter 0.1.1 & spring-cloud-starter-alibaba-nacos-config 0.1.2 both throw the following exception ``` org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'org.springframework.cloud.netflix.archaius.ArchaiusAutoConfiguration': Unsatisfied dependency expressed through field 'externalConfigurations'; nested exception...

在 application.yml 中配置 context-path ![20220914-144953](https://user-images.githubusercontent.com/56709519/190081337-c0e9bb59-8b03-4aab-905d-7d5da366e72b.png) 在进行 username 和 password 认证时,还是访问的 /nacos/${LOGIN_URL} ![20220914-145405](https://user-images.githubusercontent.com/56709519/190082293-37f1fc80-e670-42c5-bab5-017aa886332d.png) ![20220914-145358](https://user-images.githubusercontent.com/56709519/190082311-278bf1fa-c2de-4d6d-9d38-a9d59e29ed86.png)

使用 @NacosValue(包括@Value)注解,若本地application.yaml有相应配置,则不会读nacos上的配置,需要把application.yaml对应配置去掉才行。 nacos-config-spring-boot-starter 0.2.10版本没有这个问题。是因为版本不匹配?还是说配置上有了一定变更? 相应版本如下: - nacos-server:2.1.0 - nacos-config-spring-boot-starter:0.2.12 - springboot:2.7.3(2.6.3) - springcloud:2021.0.3(2021.0.1) - jdk:17 bootstrap.yaml相关配置: ``` nacos: config: enabled: true bootstrap: enable: true max-retry: 10 auto-refresh: true remote-first: true...

我正在做一个关于tag的研究。 我们发现了0.1.7、0.2.7版本在maven中发布了,但是github中并没有相应的tag 1)请问tag缺失的原因是什么?(发现有相关pom修改信息) - a、该版本存在代码问题,如存在漏洞、兼容性问题、界面方面问题等。 - b、该版本出现功能性问题,如功能规划不合理、基础功能不能使用等。 - c、忘记打tag - d、不在意或者嫌操作麻烦 - e、该版本没有必要打tag - f、其他原因,_ 2) 针对该问题,我们提出了一个方法,能够找到version 可能对应的真实commit, 以帮助开发者快速定位问题代码,完成漏洞修复。 以下是我们方法给出的可能的真实commits,请您帮忙确认下是否包含了真实的commit,如果不是,应该是哪一个? **0.1.7 (a690469pom修改为0.1.7)** ['a69046946948dad99d0aa46e646377cba5062b2a', 'a4712bcb79c397a26e7737587276ff8088f4d968'] **0.2.7(9e20b30pom修改为0.2.7)** ['9e20b302140e62bfc450728824dd8e812a10838e', 'e9290b86b8eafeeb02d0b516b568a215c5b9c061'] 这个问题对我们的调研非常重要,感谢能抽空解答QAQ

nacos 无法解析json中object类型对象? 是否有一些解决方案 1.可以解析object类型对象 2.自定义解析类,是否有完整案例,找了很久没找到完整案例 3.是否有方法能直接返回给我string,我自己解析

Spring Cloud Nacos Config 版本:2021.0.1.0(最新版) Spring Boot 版本:2.7.2(2.4.+) 因为使用的是 2.4.+ 版本的 Spring Boot,同时看到对应的 Spring Cloud Nacos Config 也是实现了 NacosConfigDataLocationResolver 和 NacosConfigDataLoader 的,但是把对应的 nacos 配置放到 application.yaml 文件后发现并不生效 1)是否还需要其他额外的配置没有说明呢 2)还是说只能回退到 bootstrap 的方式启动,实测确实可以,但既然官方实现了...

Nacos 配置信息: ```yaml url: localhost:8080 username: nacos ``` 复现代码: ``` @Data @Configuration @NacosConfigurationProperties(groupId = "production", dataId = "app-config.yaml", autoRefreshed = true) public class MysqlConfiguration { private String url; private String...

Nacos spring boot starter only support some of nacos client properties. But Nacos client support more properties in 2.X version such as `namingPushEmptyProtection` . And spring boot starter can't support...

feature