Skip to content
This repository was archived by the owner on Dec 9, 2025. It is now read-only.

Commit 786076c

Browse files
committed
Shiro config for updated JDBC driver
1 parent 4239b20 commit 786076c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/shiro.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111

1212
# database
13-
ds = com.mysql.jdbc.jdbc2.optional.MysqlDataSource
13+
ds = com.mysql.cj.jdbc.MysqlDataSource
1414
ds.serverName = @authorization.database.host@
1515
ds.port = @authorization.database.port@
1616
ds.user = @authorization.database.user@

0 commit comments

Comments
 (0)