Merge branch '3.2.x'

Closes gh-40523
This commit is contained in:
Andy Wilkinson
2024-04-25 13:45:12 +01:00
3 changed files with 89 additions and 19 deletions

View File

@@ -307,7 +307,6 @@ spring:
The line in the preceding example passes a value of `true` for the `hibernate.globally_quoted_identifiers` property to the Hibernate entity manager.
By default, the DDL execution (or validation) is deferred until the `ApplicationContext` has started.
There is also a `spring.jpa.generate-ddl` flag, but it is not used if Hibernate auto-configuration is active, because the `ddl-auto` settings are more fine-grained.