-
Task `tag` is not working. Getting the error:
```
A problem was found with the configuration of task ':tag' (type 'TagTask').
- Type 'net.vivin.gradle.versioning.tasks.TagTask' property 'push'…
-
It would be nice to make a config switch for the expanded file extension.
I agree that it's very clear what happens if you see keys like `/myprops.json/bla` but it also forces me to make a clear choi…
-
Hi,
I would like to have feature to be able only register `management` service in consul. I have service based on spring-cloud-stream that does not expose any business REST endpoint, only `/actuator…
-
As observed in https://github.com/spring-cloud/spring-cloud-consul/issues/555, when using `management.server.port = 0` calls to `ManagementServerPortUtils.getPort` return 0, rather than the dynamic as…
-
注册中心使用nacos,在获取nacos服务列表时,获取到druid-admin服务的instanceId为空出现空指针。
bootstrap.yml配置
```
server:
port: 19999
spring:
application:
name: druid-admin
main:
allow-bean-definition-overridi…
-
micronaut seems to be designed with certain features integrated in it to build distributed cloud native applications.
https://www.baeldung.com/micronaut-vs-spring-boot
1. Distributed Configurati…
-
https://www.fangzhipeng.com/springcloud/2019/02/14/sc-consul-g.html
什么是Consul
-
编译,启动。
配置如下:
spring:
application:
name: druid-admin
main:
allow-bean-definition-overriding: true
cloud:
consul:
enabled: false
host: localhost
port: 85…
-
Provide Blue/Green deployments through endpoint. Use the endpoint to set registered instances to offline. For Eureka and Consul.
-
**@ConstructorBinding annotated classes not refreshing**
I am using Spring Cloud version Hoxton with Spring Boot 2.2.x
Spring Boot 2.2.x introduced a an annotation `@ConstructorBinding` that allow…