Skip to content

Instantly share code, notes, and snippets.

@gigadot
Created January 23, 2020 10:04
Show Gist options
  • Save gigadot/9b4dea8c40fb0e5e41dbab89aa4b3bc2 to your computer and use it in GitHub Desktop.
Save gigadot/9b4dea8c40fb0e5e41dbab89aa4b3bc2 to your computer and use it in GitHub Desktop.
MySQL connection URL with unicode enabled and SSL disabled
# useUnicode=yes
# characterEncoding=UTF-8
# useSSL=false
spring.datasource.url=jdbc:mysql://localhost:3306/<dbname>?useSSL=false&useUnicode=yes&characterEncoding=UTF-8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment