天天看點

Idea新導入項目啟動服務報錯:Command line is too long. 轉至中繼資料結尾

報錯資訊:

Error running ‘UserApplication’: Command line is too long. Shorten command line for UserApplication or also for Spring Boot default configuration.

解法方案:

修改項目下 .idea\workspace.xml,找到标簽 <component name=“PropertiesComponent”> , 在标簽裡加一行 <property name=“dynamic.classpath” value=“true” />即可解決。

繼續閱讀