spring-cloud-config-server Questions

6

Solved

I'm working on Spring Boot 2.4.2.RELEASE and developing config-server for my microservices project. Below is the my code which I develop so far. ConfigServerApplication.java @SpringBootApplication ...
Asuncion asked 3/5, 2021 at 15:4

1

Solved

I am learning Spring Boot v.2.3.9.RELEASE + Microservices project from here - https://www.youtube.com/watch?v=Z7A_M8HkJG0 In this example, I am unable to fetch the details from the properties file ...
Prognostication asked 2/4, 2021 at 16:58

0

I have some problem with spring cloud config client application. When I use spring-boot-starter-parent as parent in pom.xml(shown below), my application is working fine and able to fetch properties...

1

I want to dockerize my spring cloud config server application. I am creating a docker secret git-repo-pass to store the github account password. I am setting the environment SPRING_CLOUD_CONFIG_SER...
1

© 2022 - 2024 — McMap. All rights reserved.