Merge pull request #125 from spring-operator/polish-urls-remaining-1.4.x

URL Cleanup
This commit is contained in:
Ryan Baxter
2019-03-27 11:41:36 -04:00
committed by GitHub
4 changed files with 13 additions and 13 deletions

View File

@@ -49,7 +49,7 @@ To run configserver with a git repo set the following in `./configserver.yml`:
```yaml
spring:
profiles.active: git
cloud.config.server.git.uri: http://mygitserver/myrepo.git
cloud.config.server.git.uri: https://mygitserver/myrepo.git
```
### Stopping

View File

@@ -9,11 +9,11 @@ spring:
maven:
remote-repositories:
central:
url: http://repo1.maven.org/maven2
url: https://repo1.maven.org/maven2
spring-milestone:
url: http://repo.spring.io/milestone
url: https://repo.spring.io/milestone
spring-snapshot:
url: http://repo.spring.io/snapshot
url: https://repo.spring.io/snapshot
launcher:
deployables:
configserver: