starktonys / KotlinMall-Server

Kotlin Mall-Server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Apache License 2.0


Languages

Language:Java 100.0%