Error running BpApplication. Command line is too long. Shorten the command line via JAR manifest or via a classpath file and rerun. 该如何解决
如果你不想使用 @argfile,可以选择 JAR manifest 方式:
打开 IntelliJ IDEA。
进入 Run > Edit Configurations。
找到你的 BpApplication 运行配置。
在右侧的 Modify options 中,勾选 Shorten command line。
选择 JAR manifest 选项。
保存配置并重新运行应用程序。
IDEA 控制台 console 换行输出打印日志
打开IDEA,选择Setting->Editor->General->Console
