-
Spring cloud config includes a actuator endpoint - '/actuator/refresh' to enable refreshing configs within the application context. This library works great for fetching configs but I was unable to fi…
-
apollo集成springboot加载配置时启动顺序太低,导致某些配置不生效
不生效的配置有:
`
logging.level
logging.file
`
原因是apollo加载配置的顺序太慢导致的,应该在LoggingApplicationListener加载之前才可以正常
推荐:应该继承EnvironmentPostProcessor方法,在准备环境阶段就去加载apollo的…
-
nacos 1.0.0
spring-cloud Greenwich SR1
当在程序中配置了配置中心地址后spring.cloud.nacos.config.server-addr后,15日凌晨1点过突然出现了一个这样的问题
`[fixed-127.0.0.1_8848] [sub-server] get server config exception, dataId=xxx-cent…
-
version Finchley.RELEASE,when serving plain-text file like this:
```
${mt:WAIT,0275} name:${psi:WAIT,0181}
```
it result that:
```
WAIT,0275 name:WAIT,0181
```
the words "${mt:" lost,is t…
-
【nacos1.0.0 、 spring-boot-starter-parent 2.1.0.RELEASE 、spring-cloud-dependencies Greenwich.SR2 、 spring-cloud-alibaba-dependencies 0.9.0.RELEASE】
这是我所使用的相关版本。服务注册上去以后,配置了服务实例的权重,但是调用的时候还是走的轮询,权重的…
-
On the back of issue #1711, although we have been able to overcome the reported error with work-around, we now get the below error when building the native-image:
```java
[MLPMnist-1.0.0-bin:36759…
-
-
Question:
Description: "/env" not work
Springboot version: 2.0.0.RELEASE
SpringCloudConfig version: cloud config 2.0.0.M9
Java version: 1.8
Detail:
1.When My IntelliJ 14 Run Rest Client ==> G…
-
Hey,
I want to provide my own 'ConfigClientProperties' with special default values integrated in my
own autoconfiguration. I can not provide my own property because there is no
@ConditionalOnMissin…
-
jhipster-registry's version is 2.6.0
`src/main/resources/config/application-prod.yml`
```yaml
spring:
profiles:
active: prod
cloud:
config:
server:
…