【发布时间】:2017-03-04 19:07:51
【问题描述】:
我在 appfuse 中创建了一个项目。我已经更改了我的 jdbc.properties 文件中的数据,当我运行命令 jetty:run 时,它创建了我的数据库和 appfuse 表,如 app_user 但之后它得到一个“BUILD FAILURE”并返回这样的错误:
Failed to execute goal org.codehaus.mojo:dbunit-maven-plugin:1.0-beta-3:operation
(test-compile) on project myproject: Error executing database operation:
CLEAN_INSERT: Access denied for user 'root'@'localhost' (using password: NO)
【问题讨论】: