I have an application coded with Spring/Hibernate/Spring Data/ Jpa
When I try to update an entity , I am getting this error :
[ERROR] org.hibernate.engine.jdbc.spi.SqlExceptionHelper - Incorrect string value: '\xEF\x83\xA8 Be...' for column 'description' at row 1
What characterset should I use in Mysql in order to get rid of this problem?
Thank you