Tied up loose end for spring profile binding in YAML

The short story: we only support comma-separated spring.profiles
in YAML documents.

[#51968679]
This commit is contained in:
Dave Syer
2013-07-11 15:24:25 +01:00
parent d5aad97d1f
commit a7c3edefe8
6 changed files with 120 additions and 42 deletions

View File

@@ -3,5 +3,5 @@ name: Phil
---
spring:
profiles: [goodbye,dev]
profiles: goodbye,dev
name: Everyone