jdbc.driver=com.mysql.jdbc.Driver
jdbc.url=jdbc:mysql://localhost:3308/test
jdbc.username=test
jdbc.password=test

 

如果数据库设置密码为空,在配置文件里也留空的话,不能连接。