I have my application.properties set up like this :
application.properties
spring.datasource.username = root spring.datasource.password = root spring.datasource.url =
In your /etc/mysql/my.cnf file change the following.
/etc/mysql/my.cnf
[mysql] default-character-set=utf8 [mysqld] character-set-server=utf8