在Java中,我正在使用 Spring 和 Gradle 并遇到以下问题(我无法找到答案!)
我在尝试编译时一次又一次地收到此错误...
FAILURE: Build failed with an exception.
What went wrong:
Execution failed for task ':bootRun'.
> Process 'command 'C:\Program Files\Java\jdk1.8.0_131\bin\java.exe'' finished with non-zero exit value 1
Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
更多CLUES:
守护程序将取消构建。 无法使用Gradle分发“https://services.gradle.org/distributions/gradle-3.5-rc-2-all.zip”执行构建。 12:57:48:外部任务执行完成'bootRun'
似乎 Gradle 没有正确关闭我的应用程序,它只能运行一次,然后端口保持打开,即使我点击停止(好吧,直到我关闭 IntelliJ !)。
这是我在Github的项目:
https://github.com/RicSala/project5countries
我有红色的一切来修复它,但没有任何帮助...
请帮忙! :)
谢谢!