Merge pull request #125 from spring-operator/polish-urls-remaining-1.4.x
URL Cleanup
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user