在Intellij Idea(2019.01 Ultimate)中进行修改时,我不见了java代码不会更新。当我删除目标文件夹并重新编译源代码时,代码生效。因此如何在运行调试时清理目标或清理上次缓存编译在Intellij Idea中?我正在尝试在菜单Run -> Edit Configurations
中的启动步骤之前进行配置。我的命令是(我正在使用Apache Maven 3.5.4):
clean:clean
compiler:compile
它抛出此错误:
Connected to the target VM, address: '127.0.0.1:64116', transport: 'socket'
Error: Could not find or load main class com.sportswin.soa.robot.AppStarter
Disconnected from the target VM, address: '127.0.0.1:64116', transport: 'socket'
我配置错误吗?该怎么办?