Clarify YAML profile sample in documentation

This commit is contained in:
Phillip Webb
2014-03-17 14:25:39 -07:00
parent 345fa7a102
commit 156a2f5c63

View File

@@ -377,6 +377,11 @@ by using a `spring.profiles` key to indicate when the document applies. For exam
server:
address: 192.168.1.100
---
spring:
profiles: development
server:
address: 127.0.0.1
---
spring:
profiles: production
server: