Error running ‘JiaBanApplication‘: Command line is too long. Shorten command line forXXX
IDea使用总结100篇
https://blog.csdn.net/libusi001/article/details/100070715
Error running 'JiaBanApplication': Command line is too long. Shorten command line JiaBanApplication
命令行过长,
一、打开 /.idea/workspace.xml 文件
二、搜索PropertiesComponent
<component name="PropertiesComponent">
...
</component>
三、加入一行配置
<property name="dynamic.classpath" value="true" />
为整个项目配置自动缩短命令行
重启项目OK…
有用请点赞,养成良好习惯!
疑问、交流、鼓励请留言!
还没有评论,来说两句吧...