执行下面语句时出的错 ``` 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" ```
执行下面语句时出的错