Det verkar som att din anslutning inte använder UTF8
Ändra
app_persistance.connection.url=jdbc:mysql://localhost:3306/dentapp
till
app_persistance.connection.url=jdbc:mysql://localhost:3306/dentapp?useUnicode=true&characterEncoding=utf-8
Det verkar som att din anslutning inte använder UTF8
Ändra
app_persistance.connection.url=jdbc:mysql://localhost:3306/dentapp
till
app_persistance.connection.url=jdbc:mysql://localhost:3306/dentapp?useUnicode=true&characterEncoding=utf-8