jdbc.driver=com.mysql.jdbc.Driverjdbc.url=jdbc:mysql://localhost:3308/testjdbc.username=testjdbc.password=test
如果数据库设置密码为空,在配置文件里也留空的话,不能连接。