Skip to content

Commit

Permalink
Replace deprecated JDBC driver in jbdc_PROD
Browse files Browse the repository at this point in the history
  • Loading branch information
Souvik-Cyclic authored Aug 20, 2024
1 parent 9c577d2 commit 72171f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/jdbc_PROD.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jpa.generateDdl=false
jpa.showSql=false

# JDBC Settings (The url, username and password are fetched from the Jetty context file.)
jdbc.driverClassName=com.mysql.jdbc.Driver
jdbc.driverClassName=com.mysql.cj.jdbc.Driver
jdbc.url=
jdbc.username=
jdbc.password=
Expand Down

0 comments on commit 72171f2

Please sign in to comment.