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...
Codi asked 8/3, 2021 at 6:51
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...
Inhospitable asked 12/11, 2020 at 20:16
1
© 2022 - 2024 — McMap. All rights reserved.