4.24

sp+servlet+MySQL

数据库连接驱动

//JDBC驱动
static final String JDBC_DRIVER="com.mysql.cj.jdbc.Driver";
static final String DB_URL="jdbc:mysql://localhost:3306/biao?useSSL=false&allowPublicKeyRetrieval=true&serverTimezone=UTC";
//连接自己数据库
static final String USER="root";
static final String PASS="111111";

posted @ 2024-04-24 23:17  catsahsy  阅读(4)  评论(0编辑  收藏  举报