Skip to content

Commit

Permalink
fix: fix the CI error (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
ailiujiarui committed Mar 27, 2024
1 parent 0629f7e commit 230fdf0
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/test/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@ spring:
user:
name: user
password: pass

datasource:
driver-class-name: com.mysql.jdbc.Driver
url: jdbc:mysql://localhost:3306/casbin?useSSL=false
mysql:
url: jdbc:mysql://localhost:3306/casbin?useUnicode=true&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=UTC
username: root
password: casbin_test
password: casbin_test
driver: com.mysql.cj.jdbc.Driver

0 comments on commit 230fdf0

Please sign in to comment.