时间:2021-07-01 10:21:17 帮助过:18人阅读
在使用jdbc的时候,jdbc的路径为"com.mysql.cj.jdbc.Driver"
使用连接的时候(getConnection中):
"jdbc:mysql:"+/*jdbc:指定特定的数据库*/
"//localhost:3306"+/*端口*/
"/shop"+/*数据库名称*/
"?useSSL=false&serverTimezone=UTC"/*这部分一定要使用*/
JDBC的连接
标签:部分 utc 注意 连接 oca server 使用 mys getc