JAVA-5936: Analyse bean overriding fix in modules - Part 4

This commit is contained in:
sampadawagde 2021-07-10 21:10:43 +05:30
parent fe8ec4460c
commit 0eb7183ecd
2 changed files with 0 additions and 3 deletions

View File

@ -1,5 +1,3 @@
spring.main.allow-bean-definition-overriding=true
spring.jpa.properties.hibernate.jdbc.batch_size=4
spring.jpa.properties.hibernate.order_inserts=true
spring.jpa.properties.hibernate.order_updates=true

View File

@ -10,7 +10,6 @@ spring.datasource.url=jdbc:h2:mem:baeldung
#spring.jpa.properties.hibernate.format_sql=true
spring.jpa.show-sql=true
spring.main.allow-bean-definition-overriding=true
#hibernate.dialect=org.hibernate.dialect.H2Dialect
spring.jpa.properties.hibernate.id.new_generator_mappings=false