SSM项目运行错误,显示的数据库用户名与配置文件不同
SSM项目运行错误,显示的数据库用户名与配置文件不同
运行时提示错误
显示的用户名和与我的配置文件不同,但是正好是我的windows系统名字
原配置
driver=com.mysql.jdbc.Driver
url=jdbc:mysql://blog.wmgx.top:3306/PhotoAlbum?useSSL=true&useUnicode=true&characterEncoding=utf8
username=username
password=password
加上一个前缀问题解决
mysql.driver=com.mysql.jdbc.Driver
mysql.url=jdbc:mysql://blog.wmgx.top:3306/PhotoAlbum?useSSL=true&useUnicode=true&characterEncoding=utf8
mysql.username=username
mysql.password=password
本文是原创文章,采用 CC BY-NC-ND 4.0 协议,完整转载请注明来自 程序员小航
评论
匿名评论
隐私政策
你无需删除空行,直接评论以获取最佳展示效果