File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
spring-data-jpa/src/main/java/org/springframework/data/jpa/repository/aot Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 4747 *
4848 * @author Christoph Strobl
4949 * @author Mark Paluch
50+ * @author Oliver Drotbohm
5051 * @since 4.0
5152 */
5253class AotMetamodel implements Metamodel {
@@ -95,7 +96,7 @@ static Lazy<EntityManagerFactory> init(Supplier<PersistenceUnitInfoDescriptor> u
9596
9697 return Lazy .of (() -> new EntityManagerFactoryBuilderImpl (unitInfo .get (),
9798 Map .of (JdbcSettings .DIALECT , H2Dialect .class .getName (), //
98- JdbcSettings .ALLOW_METADATA_ON_BOOT , " false" , //
99+ JdbcSettings .ALLOW_METADATA_ON_BOOT , false , //
99100 JdbcSettings .CONNECTION_PROVIDER , new UserSuppliedConnectionProviderImpl (), //
100101 PersistenceSettings .JPA_CALLBACKS_ENABLED , false ))
101102 .build ());
You can’t perform that action at this time.
0 commit comments