-
**pom.xml文件中SpringBoot使用的是`2.1.0.RELEASE`,SpringCloud使用的是`Finchley.SR2`**,启动config服务报错,报错代码如下:
`java.lang.IllegalStateException: Error processing condition on org.springframework.cloud.stream.config.…
-
我们鼓励使用英文,如果不能直接使用,可以使用翻译软件,您仍旧可以保留中文原文。
We recommend using English. If you are non-native English speaker, you can use the translation software.
**Which Component**
Nacos
**Describe what p…
-
有问题想要问一下就是
`paascloud-common-config` 模块中的配置文件是怎么加载对应信息的
类:
`package com.paascloud.config.properties;
import com.paascloud.base.constant.GlobalConstant;
import lombok.Data;
import org.sprin…
-
When a reactive(webflux) project including following pom, and no define any "Input" or "Output" channel, then get health info in browser "GET http://hostname:port/actuate/health", ReactiveWebOperation…
-
If I run it from local host this is working But if I deploy to PCF with same config I getting the error.
**Test on Local host**
`$ curl -k -X POST -H "Content-Type: application/json" -d '{"name"…
-
I found that once I configured spring-cloud-starter-alibaba-nacos-config, the dynamic level of my log will not take effect. I wonder if this is a BUG, or how do I need to adjust it?
springboot 2.x+…
-
I found that once I configured spring-cloud-starter-alibaba-nacos-config, the dynamic level of my log will not take effect. I wonder if this is a BUG, or how do I need to adjust it?
springboot 2.x+…
-
In my case, I want log desensitization json instead raw json log.
so I need disable log from `RequestLogFilter`.
I try `log-request: false`, but it disable the whole log system.
I only need
…
-
nacos 在类上配置
@NacosConfigurationProperties(dataId = "gateway-local.properties", groupId = "GATEWAY_GROUP", autoRefreshed = true)
获取不到该组的配置 求解释
不配置可以获取到DEFALUT_GROUP的
-
``` java
@FeignClient("notice-service-provider")
public interface NoticeService {
@RequestMapping(value = NoticeConstants.NOTICES_PATH, method = RequestMethod.GET)
ResponseEntity findAll();
}
`…