Skip to content

Commit b97a1d8

Browse files
committed
Merge pull request #18347 from izeye
* pr/18347: Polish Closes gh-18347
2 parents 4001809 + 7319908 commit b97a1d8

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
@@ -1539,7 +1539,7 @@ For example, `LOGGING_LEVEL_ORG_SPRINGFRAMEWORK_WEB=DEBUG` will set `org.springf
15391539

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

15441544

15451545

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

69846984

69856985

0 commit comments

Comments
 (0)