首页 > 移动平台 > 详细

运行springboot项目报错 Error running 'ResourceApplication': Command line is too long. Shorten comma

时间:2020-05-06 12:17:57      阅读:442      评论:0      收藏:0      [点我收藏+]

方法1

IDEA 运行报错:Error running ‘***‘: Command line is too long

技术标签: IDEA

 
 

Error running ‘Test’: Command line is too long. Shorten command line for Test or also for Application default configuration
解决方案:
点击Run–>Edit Configurations
技术分享图片

方法2

新项目再Idea里面启动的时候,有的时候报错Error running ‘Application’: Command line is too long. Shorten command line for Application or aalso for Spring Boot default configuration,报错信息如下所示

怎么解决呢,首先找到项目里面的idea/workspace.xml文件,然后再找到<component name="PropertiesComponent"></component >标签,标签如下所示

然后再在component 标签里加一行 <property name="dynamic.classpath" value="true" />,就是变成下面这样

 

运行springboot项目报错 Error running 'ResourceApplication': Command line is too long. Shorten comma

原文:https://www.cnblogs.com/xianz666/p/12835462.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!