jdbc:mysql://localhost:3306/hibernateproject?useUnicode=true&characterEncoding=utf8&useSSL=false&serverTimezone=GMT%2B8
一般url都是配置在xml文件中,&需要用&代替
jdbc:mysql://localhost:3306/hibernateproject?useUnicode=true&characterEncoding=utf8&useSSL=false&serverTimezone=GMT%2B8
一般url都是配置在xml文件中,&需要用&代替