You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-docs/src/docs/asciidoc/spring-boot-features.adoc
+4-4
Original file line number
Diff line number
Diff line change
@@ -2029,7 +2029,7 @@ To help with the customization, some other properties are transferred from the S
2029
2029
| The current process ID (discovered if possible and when not already defined as an OS environment variable).
2030
2030
|===
2031
2031
2032
-
If you're using Logback, the following properties are also transfered:
2032
+
If you're using Logback, the following properties are also transferred:
2033
2033
2034
2034
|===
2035
2035
| Spring Environment | System Property | Comments
@@ -3669,7 +3669,7 @@ The following connection pools are supported by `DataSourceBuilder`:
3669
3669
* HikariCP
3670
3670
* Tomcat pooling `Datasource`
3671
3671
* Commons DBCP2
3672
-
* Orale UCP & `OracleDataSource`
3672
+
* Oracle UCP & `OracleDataSource`
3673
3673
* Spring Framework's `SimpleDriverDataSource`
3674
3674
* H2 `JdbcDataSource`
3675
3675
* PostgreSQL `PGSimpleDataSource`
@@ -3773,7 +3773,7 @@ To enable deferred or lazy bootstrapping, set the configprop:spring.data.jpa.rep
3773
3773
When using deferred or lazy bootstrapping, the auto-configured `EntityManagerFactoryBuilder` will use the context's `AsyncTaskExecutor`, if any, as the bootstrap executor.
3774
3774
If more than one exists, the one named `applicationTaskExecutor` will be used.
3775
3775
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.
3777
3777
3778
3778
TIP: We have barely scratched the surface of Spring Data JPA.
3779
3779
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
6286
6286
----
6287
6287
6288
6288
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[].
6290
6290
6291
6291
6292
6292
You can take control over Spring Session's configuration using `@Enable*HttpSession` (Servlet) or `@Enable*WebSession` (Reactive).
0 commit comments