Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save gokman/b0f58d116e28186c54008bfda2ed118c to your computer and use it in GitHub Desktop.
Save gokman/b0f58d116e28186c54008bfda2ed118c to your computer and use it in GitHub Desktop.
spring boot mysql character encoding setting
jdbc:mysql://{ip address}:3306/{db_name}?useSSL=false&serverTimezone=GMT-0&useUnicode=true&characterEncoding=utf-8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment