java.sql.SQLException: Access denied for user 'root'@'localhost' (using password: YES)
Opened this issue · 1 comments
zealinux commented
执行下面语句时出的错
mvn exec:java \
-Dexec.args="
-path/tmp/workspaces/mySlothProject
-packagecom.test
-h127.0.0.1 -P3306 -uroot -p123456
-dtest
-strategyssm" \
-Dexec.cleanupDaemonThreads=false \
-Dexec.mainClass="com.github.dee1024.sloth.Application"
justforhing commented
数据库远程连接配置没对,密码错误之类的