Fix yaml sample format in reference doc
See gh-28670
This commit is contained in:
committed by
Stephane Nicoll
parent
7f4c8aafdf
commit
793a107d27
@@ -470,10 +470,16 @@ For example, the following file has two logical documents:
|
||||
|
||||
[source,yaml,indent=0,subs="verbatim"]
|
||||
----
|
||||
spring.application.name: MyApp
|
||||
spring:
|
||||
application:
|
||||
name: "MyApp"
|
||||
---
|
||||
spring.config.activate.on-cloud-platform: kubernetes
|
||||
spring.application.name: MyCloudApp
|
||||
spring:
|
||||
application:
|
||||
name: "MyCloudApp"
|
||||
config:
|
||||
activate:
|
||||
on-cloud-platform: kubernetes
|
||||
----
|
||||
|
||||
For `application.properties` files a special `#---` comment is used to mark the document splits:
|
||||
|
||||
Reference in New Issue
Block a user