Skip to content

Commit

Permalink
Fix #300: Remove spring.datasource.driverClassName from app props (#301)
Browse files Browse the repository at this point in the history
  • Loading branch information
jandusil authored Feb 6, 2024
1 parent 9fb1449 commit b2c15fe
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,13 @@ spring.datasource.url=jdbc:postgresql://localhost:5432/powerauth
spring.datasource.username=powerauth
spring.datasource.password=
spring.datasource.hikari.auto-commit=false
spring.datasource.driver-class-name=org.postgresql.Driver
spring.jpa.properties.hibernate.connection.characterEncoding=utf8
spring.jpa.properties.hibernate.connection.useUnicode=true

# Database Configuration - Oracle
#spring.datasource.url=jdbc:oracle:thin:@//localhost:1521/powerauth
#spring.datasource.username=powerauth
#spring.datasource.password=
#spring.datasource.driver-class-name=oracle.jdbc.OracleDriver
# The following property speeds up Spring Boot startup

# SMS OTP expiration time in seconds
Expand Down

0 comments on commit b2c15fe

Please sign in to comment.