Answers for "If you are using the git profile, you need to set a Git URI in your configuration. If you have set spring.cloud.config.server.bootstrap=true, you need to use a composite configuration."

0

If you are using the git profile, you need to set a Git URI in your configuration. If you have set spring.cloud.config.server.bootstrap=true, you need to use a composite configuration.

server.port: 8888
spring.cloud.config.server.git.uri: file://${user.home}/config-repo
Posted by: Guest on November-29-2021

Code answers related to "If you are using the git profile, you need to set a Git URI in your configuration. If you have set spring.cloud.config.server.bootstrap=true, you need to use a composite configuration."

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language