报错信息:Error running xxx项目: Command line is too long. Shorten command line for xxx项目 or also for Spring Boot default configuration. 已解决,报错信息如图 ...
今天在启动一个spring boot项目的时候IDEA控制台报错: 解决方法按照如下步骤: 点击图中红框内的按钮,然后 选择 JAR manifest 方式,再次启动就不会再报这个错误了。 ...
2020-11-25 18:22 0 568 推荐指数:
报错信息:Error running xxx项目: Command line is too long. Shorten command line for xxx项目 or also for Spring Boot default configuration. 已解决,报错信息如图 ...
启动SpringBoot项目时报错 解决方案: 选择Edit Configurations 选择JAR mainfest即可。 ...
1、idea run时报“ Error running ‘JeecgSystemApplication’: Command line is too long. Shorten command line for JeecgSystemApplication or also for Spring ...
java spring 项目启动时报错:Command line is too long. Shorten command line for xxxApplication or also for Spring Boot default configuration. 这是命令行 ...
在.idea 文件夹中打开workspace.xml文件找到<component name="PropertiesComponent">,在标签里加一行 <property nam ...
在workspace.xml 在标签<component name="PropertiesComponent">里 添加<property name="dy ...
解决方法:将Shorten command line: 改为JAR manifest ...