今天使用properties文件来配置mysql驱动,url,user,password,然后配置到spring-dao.xml(spring和mybatis整合文件)中运行后报错
java.sql.SQLException: Access denied for user 'ASUS'@'localhost' (using password: YES) 用户ASUS访问被拒绝,在properties中user配置的是root。
解决方法:在properties配置中key的名字要加jdbc的前缀
标签:jdbc,spring,配置,报错,user,properties From: https://www.cnblogs.com/mengqianforliu/p/17375914.html