解决Intellij IDEA运行报Command line is too long的问题
启动springboot项目的时候报错信息大致如下:
Error running ‘xxx’:
Command line is too long. Shorten command line for xxx or also for Application default configuration.
解决方案:
打开程序的运行配置,
edit configurations
把Shorten command line
改为JAR manifest
或classpath file
- 本文标题: idea-command-line-problem
- 文章作者: sherryriver(木木三可)
- 发布时间: 2017.10.22
- 本文链接: https://sherryriver.github.io/2017/10/22/idea-command-line-problem/
- 许可协议: "署名-非商用-相同方式共享 4.0" 转载请保留原文链接及作者。