Has anyone configured Spring Cloud Config to use a local GIT repository instead of GitHub? If you could share your configuration?
Spring Server cloud configuration tests do this.
Uri ends like this file:./target/test-classes/config-repo/
file:./target/test-classes/config-repo/
You can do something like this in bootstrap.properties
spring.cloud.config.server.git.uri=file:/path/to/your/git/repo
Thanks for the answer. This is partially correct. I had to add uri to the bootstrap file, not the application file. Now it works like a charm.
Source: https://habr.com/ru/post/1206913/More articles:How to change accent color in Android Material alerts? - androidCordoba icon gives error on startup - cordovatarget = _blank does not work with GA outbound link tracking - javascriptOpen file in current instance of my program? - c #Unable to scroll amcharts chart on mobile devices - javascriptNode js - Configuring aws s3 images on boot - node.jsHow to dynamically change the default state that ui-router uses? - angularjsHow to install RecyclerView in Android widget - javaRecyclerView in the main screen of an Android widget - androidDisable the disadvantages of the $ sce service - angularjsAll Articles