Command line is too long. Shorten command line for SpringBootMainApplication or also for Application


問題如圖:

Error running 'SpringBootMainApplication': Command line is too long. Shorten command line for SpringBootMainApplication or also for Application default configuration.

 

 

解決方案:

修改項目下 .idea\workspace.xml

 

 

找到標簽 <component name="PropertiesComponent">。在標簽里加一行  :

<property name="dynamic.classpath" value="true" />

 

<component name="PropertiesComponent">
    <property name="WebServerToolWindowFactoryState" value="false" />
    <property name="aspect.path.notification.shown" value="true" />
    <property name="dynamic.classpath" value="true" />
    <property name="com.android.tools.idea.instantapp.provision.ProvisionBeforeRunTaskProvider.myTimeStamp" value="1543830701622" />
    <property name="settings.editor.selected.configurable" value="reference.settingsdialog.project.gradle" />
   <property name="dynamic.classpath" value="true" />
</component>

 

轉載至:https://blog.csdn.net/wochunyang/article/details/84776813


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM