-
Hello!
I'm setup SpringCloud Config with Vault and Git
spring:
application:
name: configserver
profiles:
active: vault, git
cloud:
config:
server:
vault:
…
-
Dear spring-cloud team:
I use embedded config-serve in my config-client,everything works as expected but security。I add spring-boot-starter-security in my pom.xml. And I configure security.use…
-
I am trying to run the stubs using docker but it fails to clone the repository.
If I execute `git clone git://git@bitbucket.org:repoowner/spring-cloud-contracts.git` on the host it succeeds.
Here …
-
Question
The interface can be accessed normally after the service starts.
But constantly printing exceptions .
The possible cause of such a situation is **spring-boot-devtools**.
The current sol…
-
spring boot 1.5.x is ok, but when i update to boot 2.0,eureka client registration failed.
1.eureka server config:
```
server.port=9001
spring.application.name=eureka-server
spring.securi…
-
-
1.
```
version: '3.6'
x-consul: &consul
image: consul:1.4.3
volumes:
- consul:/consul
volumes:
consul:
networks:
springcloud-overlay:
external: true
service…
-
我想分开module打包分开部署,现在就是打包之后找不到依赖
-
Hi Team,
i am installing Spring cloud Dataflow for kuberenetes version 2.0.0. by using below documentation
[(https://docs.spring.io/spring-cloud-dataflow/docs/2.0.0.RELEASE/reference/htmlsingle/#_…
-
## Enviroment
* JDK -> 8
* SpringCloud -> Finchley.RC1
* SpringBoot -> 2.1.1.RELEASE
## Condition
This exception occurs when I use the following configuration in application.properties.
* …