Created
January 4, 2020 09:45
-
-
Save gokman/b0f58d116e28186c54008bfda2ed118c to your computer and use it in GitHub Desktop.
spring boot mysql character encoding setting
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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