Skip to content

Commit 719d10b

Browse files
committed
Merge branch '2.4.x'
Closes gh-25979
2 parents d50e581 + 79fc2f0 commit 719d10b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -2029,7 +2029,7 @@ To help with the customization, some other properties are transferred from the S
20292029
| The current process ID (discovered if possible and when not already defined as an OS environment variable).
20302030
|===
20312031

2032-
If you're using Logback, the following properties are also transfered:
2032+
If you're using Logback, the following properties are also transferred:
20332033

20342034
|===
20352035
| Spring Environment | System Property | Comments
@@ -3669,7 +3669,7 @@ The following connection pools are supported by `DataSourceBuilder`:
36693669
* HikariCP
36703670
* Tomcat pooling `Datasource`
36713671
* Commons DBCP2
3672-
* Orale UCP & `OracleDataSource`
3672+
* Oracle UCP & `OracleDataSource`
36733673
* Spring Framework's `SimpleDriverDataSource`
36743674
* H2 `JdbcDataSource`
36753675
* PostgreSQL `PGSimpleDataSource`
@@ -3773,7 +3773,7 @@ To enable deferred or lazy bootstrapping, set the configprop:spring.data.jpa.rep
37733773
When using deferred or lazy bootstrapping, the auto-configured `EntityManagerFactoryBuilder` will use the context's `AsyncTaskExecutor`, if any, as the bootstrap executor.
37743774
If more than one exists, the one named `applicationTaskExecutor` will be used.
37753775

3776-
NOTE: When using deferred or lazy bootstraping, make sure to defer any access to the JPA infrastructure after the application context bootstrap phase.
3776+
NOTE: When using deferred or lazy bootstrapping, make sure to defer any access to the JPA infrastructure after the application context bootstrap phase.
37773777

37783778
TIP: We have barely scratched the surface of Spring Data JPA.
37793779
For complete details, see the {spring-data-jdbc-docs}[Spring Data JPA reference documentation].
@@ -6286,7 +6286,7 @@ For instance, it is possible to customize the name of the table for the JDBC sto
62866286
----
62876287

62886288
For setting the timeout of the session you can use the configprop:spring.session.timeout[] property.
6289-
If that property is not set with a Servlet web appplication, the auto-configuration falls back to the value of configprop:server.servlet.session.timeout[].
6289+
If that property is not set with a Servlet web application, the auto-configuration falls back to the value of configprop:server.servlet.session.timeout[].
62906290

62916291

62926292
You can take control over Spring Session's configuration using `@Enable*HttpSession` (Servlet) or `@Enable*WebSession` (Reactive).

0 commit comments

Comments
 (0)