ERROR com.alibaba.druid.pool.DruidDataSource Line:872 - init datasource error, url: jdbc:mysql://localhost:3306/guns?autoReconnect=true&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&useSSL=false&serverTimezone=UTC
init datasource error 初始化数据库错误
jdbc:mysql://localhost:3306/guns?autoReconnect=true&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&useSSL=false&serverTimezone=UTC
这是现在的连接字符串,检查下当前计算机是否安装了mysql,是否防火墙允许3306端口,是否有guns这个数据库,是否使用的是默认的端口