diff --git a/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc b/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc index f47d0d5ab4..9366840804 100644 --- a/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc +++ b/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc @@ -471,7 +471,7 @@ $ java -jar myapp.jar --spring.application.json='{"foo":"bar"}' You can also supply the JSON as a JNDI variable, as follows: `java:comp/env/spring.application.json`. - +====