在使用jdbc的时候,jdbc的路径为"com.mysql.cj.jdbc.Driver"
"com.mysql.cj.jdbc.Driver"
使用连接的时候(getConnection中):
"jdbc:mysql:"/*jdbc:指定特定的数据库*/ +"//localhost:3306"/**/ +"/shop"/*数据库名称*/ +"?useSSL=false&serverTimezone=UTC&allowPublicKeyRetrieval=true",/*固定格式*/