Alias for spring-cli now uses wget

This commit is contained in:
Dave Syer
2013-08-02 14:24:57 +01:00
parent 413658fbca
commit a51e064f56
2 changed files with 8 additions and 8 deletions

View File

@@ -269,7 +269,7 @@ environments.prod.name=My Cool App
Would be transformed into these properties:
```
```text
servers=dev.bar.com,foo.bar.com
servers[0]=dev.bar.com
servers[1]=foo.bar.com
@@ -283,7 +283,7 @@ syntax to access YAML properties.
You can also specify multiple profile-specific YAML document in a single file by
by using a `spring.profiles` key to indicate when the document applies. For example:
```
```yaml
server:
address: 192.168.1.100
---