dani-house

Results 1 comments of dani-house

Config server compiles and it runs correctly with a simple git configuration, like this: ``` spring: cloud: config: server: git: uri: https://dev.azure.com/xxx/_git/repo1 password: "xxxxx" username: "xxxxx" ``` Compilation error occurs...