Skip to content

starktonys/KotlinMall-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KotlinMall-Server

-- Kotlin Mall-Server

`com.mysql.jdbc.Driver`
  • 链接Url

    jdbc:mysql://127.0.0.1:3306/mysql?useUnicode=true&characterEncoding=utf-8&useSSL=false

  • 如果使用的MySql版本是8.x以上的链接数据库驱动

    com.mysql.cj.jdbc.Driver

  • 链接Url

    jdbc:mysql://127.0.0.1:3306/mysql?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=UTC

About

Kotlin Mall-Server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages