Skip to content

Commit

Permalink
WIP reverted spring.jpa.database-platform change. Also added spring.d…
Browse files Browse the repository at this point in the history
…atasource.hikari.data-source-properties.reWriteBatchedInserts=true
  • Loading branch information
SoLetsDev committed Oct 5, 2023
1 parent 4833513 commit e711b4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spring.mvc.log-request-details=${SPRING_SHOW_REQUEST_DETAILS}
spring.datasource.url=${JDBC_URL}
spring.datasource.username=${ORACLE_USERNAME}
spring.datasource.password=${ORACLE_PASSWORD}
#spring.jpa.database-platform=org.hibernate.dialect.OracleDialect
spring.jpa.database-platform=org.hibernate.dialect.OracleDialect
spring.jpa.hibernate.ddl-auto=none

spring.jackson.deserialization.fail-on-unknown-properties=false
Expand Down Expand Up @@ -123,4 +123,4 @@ logging.level.com.zaxxer.hikari.HikariConfig=DEBUG
logging.level.com.zaxxer.hikari=TRACE
spring.datasource.hikari.leak-detection-threshold=20000
#TODO remove after changed spring.jpa.properties.hibernate.generate_statistics=true
#TODO removed spring.jpa.database-platform=org.hibernate.dialect.OracleDialect
spring.datasource.hikari.data-source-properties.reWriteBatchedInserts=true

0 comments on commit e711b4e

Please sign in to comment.