報錯:命令行過長
2023-02-22 10:38 作者:取悅疾風(fēng) | 我要投稿
報錯信息:Error running 'FlowApplication': Command line is too long. Shorten command line for FlowApplication or also for Spring Boot default configuration.
報錯形式:在左下角以消息對話框的形式提示用戶
場景描述:idea啟動springcloud中流程模塊時,報Error running 'FlowApplication': Command line is too long. Shorten command line for FlowApplication or also for Spring Boot default configuration.
翻譯:運行“FlowApplication”時出錯:命令行太長??s短FlowApplication或Spring Boot默認(rèn)配置的命令行。
解決方案:
1.找到項目的 .idea/workspace.xml 這個文件
2.找到?<component name="PropertiesComponent">...</component>標(biāo)簽
3.在標(biāo)簽內(nèi)添加標(biāo)簽
<property name="dynamic.classpath" value="true" />
保存,再次嘗試啟動模塊即可
標(biāo)簽: