Skip to content

Instantly share code, notes, and snippets.

@kanade0404
Created March 28, 2018 09:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kanade0404/944d606a5d3e8d4b97efc2d02befb3e9 to your computer and use it in GitHub Desktop.
Save kanade0404/944d606a5d3e8d4b97efc2d02befb3e9 to your computer and use it in GitHub Desktop.
JDBCでEncodingをUTF-8に指定して文字化けを回避
"jdbc:mysql://localhost/db?useUnicode=true&characterEncoding=utf8";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment