Skip to content

Commit

Permalink
SHIBUI-2264
Browse files Browse the repository at this point in the history
Updating the mysql driver name
  • Loading branch information
chasegawa committed May 10, 2022
1 parent 8e1019a commit e18aa9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testbed/mysql/conf/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ spring:
include:
datasource:
platform: mysql
driver-class-name: com.mysql.jdbc.Driver
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://db:3306/shibui
username: shibui
password: shibui
Expand Down Expand Up @@ -135,4 +135,4 @@ custom:
logging:
level:
org.pac4j: "TRACE"
org.opensaml: "INFO"
org.opensaml: "INFO"

0 comments on commit e18aa9a

Please sign in to comment.