1、idea run時報“ Error running ‘JeecgSystemApplication’: Command line is too long. Shorten command line for JeecgSystemApplication or also for Spring Boot default configuration?”
翻譯:運行“JeecgSystemApplication”時出錯:命令行太長。縮短JeecgSystemApplication或Spring引導默認配置的命令行?
解決方案:
(1)點擊"run"-> “edit configuration”
(2)找到"Environment"->“Shorten command line”,並選擇下拉列表中的"JAR manifest"
(3)點擊"Apply"->"OK"即可
2、導入項目后無法進行"Run"操作,可能是由於idea沒幫忙下載依賴導致的,點擊idea右側的“Maven”,點擊下圖按鈕重新更新項目依賴,即可看到出現"Run"按鈕。