Fix JDBC charset connection.
This commit is contained in:
parent
5215ff16be
commit
d690d6e796
1 changed files with 1 additions and 1 deletions
|
@ -4,6 +4,6 @@
|
|||
maxActive="50" maxIdle="30" maxWait="10000"
|
||||
username="kiwa-devdb-admin" password="12345678"
|
||||
driverClassName="com.mysql.jdbc.Driver"
|
||||
url="jdbc:mysql://localhost:3306/kiwa-devdb"/>
|
||||
url="jdbc:mysql://localhost:3306/kiwa-devdb?useUnicode=true&characterEncoding=UTF-8"/>
|
||||
|
||||
</Context>
|
||||
|
|
Loading…
Reference in a new issue