Command line is too long. Shorten command line for JooLunMallApiApplication or also for Spring Boot default configuration?

怀念-2018發表於2024-04-16

在啟動微服務專案的某個時候,一直啟動不起來,報Command line is too long.Shorten command line for Application or also for Applicatio,在網上查閱資料後,發現這個問題,是因為啟動命令太長(就是main方法類)。

解決方法:

選擇工具欄的Run並下拉選Run,之後會有個彈窗,選擇Edit Configgurations,選擇 classpath file 或JAR manifest 選項,之後重新啟動工程執行就可以了。

相關文章