Skip to content

Commit

Permalink
updating ojdbc driver to see if it will speed up processing times
Browse files Browse the repository at this point in the history
  • Loading branch information
SoLetsDev committed Sep 28, 2023
1 parent 418d34a commit 0117e91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<shedlock.version>4.20.0</shedlock.version>
<springdoc.version>1.6.15</springdoc.version>
<nats.version>2.11.0</nats.version>
<ojdbc.version>21.3.0.0</ojdbc.version>
<ojdbc.version>23.2.0.0</ojdbc.version>
<guava.version>30.1.1-jre</guava.version>
<embedded-redis.version>0.7.3</embedded-redis.version>
<flatpack.version>4.0.4</flatpack.version>
Expand Down
2 changes: 1 addition & 1 deletion 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.Oracle12cDialect
spring.jpa.database-platform=org.hibernate.dialect.OracleDialect
spring.jpa.hibernate.ddl-auto=none

spring.jackson.deserialization.fail-on-unknown-properties=false
Expand Down

0 comments on commit 0117e91

Please sign in to comment.