学无先后,达者为师

网站首页 编程语言 正文

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

作者:风飘絮ll执子之手逍遥 更新时间: 2022-02-11 编程语言

报错信息:

Error running 'AispMscServiceApplication': Command line is too long. Shorten command line for AispMscServiceApplication or also for Spring Boot default configuration.

 

解法方案:

修改项目下 .idea\workspace.xml,找到标签 <component name="PropertiesComponent"> , 在标签里加一行  <property name="dynamic.classpath" value="true" />即可解决。

原文链接:https://blog.csdn.net/zhengyong6/article/details/103593780

栏目分类
最近更新