idea,运行SpringBoot项目提示命令行太长:Error running 'TeasApplication': Command line is too long. Shorten command line for TeasApplication or also for Spring Boot default configuration.

解决方案:

1、找到  .idea  文件夹下面的  workspace.xml

2、在 <component name="PropertiesComponent"> 标签下插入一行  <property name="dynamic.classpath" value="true" />

3、重新启动,ok,解决

posted @ 2020-10-20 16:06  冷装丶  阅读(3279)  评论(1)    收藏  举报