我正在編寫簡(jiǎn)單的應(yīng)用程序以熟悉 spring batch。我想學(xué)習(xí) spring batch admin,但發(fā)現(xiàn)它已被棄用,所以我不得不改用 spring cloud data flow。我有關(guān)于 spring 云數(shù)據(jù)的教程并做了第一步:添加依賴項(xiàng):編譯(“org.springframework.cloud:spring-cloud-starter-dataflow-server-local:1.7.4.RELEASE”)并用 additioanl annotaion 標(biāo)記我的 spring boot 應(yīng)用程序類:@EnableDataFlowServer現(xiàn)在我正在嘗試使用 idea 運(yùn)行它,但它會(huì)打?。?9:14 Error running 'MyApplication': Command line is too long. Shorten command line for MyApplication or also for Spring Boot default configuration.在那一刻,我認(rèn)為這是 IDEA 錯(cuò)誤,并嘗試使用 gradle(通過 idea 插件)使用引導(dǎo)運(yùn)行來運(yùn)行應(yīng)用程序,但它也已啟動(dòng):19:15:21: Executing task 'bootRun'...Note: Some input files use unchecked or unsafe operations.Note: Recompile with -Xlint:unchecked for details.:compileJava:processResources UP-TO-DATE:classes:bootRun FAILEDFAILURE: Build failed with an exception.* What went wrong:Execution failed for task ':bootRun'.> A problem occurred starting process 'command 'C:\Program Files\Java\jdk1.8.0_111\bin\java.exe''* Try:Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.* Get more help at https://help.gradle.orgBUILD FAILED in 4s3 actionable tasks: 2 executed, 1 up-to-dateCreateProcess error=206, The filename or extension is too long19:15:26: Task execution finished 'bootRun'.我該如何解決?
添加回答
舉報(bào)
0/150
提交
取消