I would like to insert emoji like
OKAY, I found the problem.
The solution was to add
spring: datasource: connectionInitSql: "SET NAMES 'utf8mb4'"
in the application.yml.
connectionInitSql is used by HikariCP when it open the connection.
connectionInitSql