快速导航
在xml配置文件中配置数据库URL时,要使用&的转义字符也就是&;
将&改写为&
即将:
jdbc:mysql://localhost:3306/practice?serverTimezone=GMT&allowPublicKeyRetrieval=true&useSSL=false
改为:
jdbc:mysql://localhost:3306/practice?serverTimezone=GMT&allowPublicKeyRetrieval=true&useSSL=false