Clarify YAML profile sample in documentation
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user