Skip to content

Commit 5cc443f

Browse files
izeyephilwebb
authored andcommitted
Polish
See gh-18347
1 parent 1fd8147 commit 5cc443f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1644,7 +1644,7 @@ For example, `LOGGING_LEVEL_ORG_SPRINGFRAMEWORK_WEB=DEBUG` will set `org.springf
16441644

16451645
NOTE: The above approach will only work for package level logging.
16461646
Since relaxed binding always converts environment variables to lowercase, it's not possible to configure logging for an individual class in this way.
1647-
If you need to configure logging for a class, you can use <<boot-features-external-config-application-json, the APPLICATION_JSON>> variable.
1647+
If you need to configure logging for a class, you can use <<boot-features-external-config-application-json, the SPRING_APPLICATION_JSON>> variable.
16481648

16491649

16501650

@@ -7266,8 +7266,8 @@ Resources can be specified by using the usual Spring conventions, as shown in th
72667266
[[boot-features-web-application-conditions]]
72677267
==== Web Application Conditions
72687268
The `@ConditionalOnWebApplication` and `@ConditionalOnNotWebApplication` annotations let configuration be included depending on whether the application is a "`web application`".
7269-
A servlet based web application is any application that uses a Spring `WebApplicationContext`, defines a `session` scope, or has a `StandardServletEnvironment`.
7270-
A reactive web application is any application that uses a `ReactiveWebApplicationContext`, defines a `session` scope, or has a `ConfigurableReactiveWebEnvironment`.
7269+
A servlet-based web application is any application that uses a Spring `WebApplicationContext`, defines a `session` scope, or has a `ConfigurableWebEnvironment`.
7270+
A reactive web application is any application that uses a `ReactiveWebApplicationContext`, or has a `ConfigurableReactiveWebEnvironment`.
72717271

72727272

72737273

0 commit comments

Comments
 (0)