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

coldc 2020-10-20 16:06 原文

解决方案:

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

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

3、重新启动,ok,解决

推荐阅读