运行 'JeecgApplication' 出错: Command line is too long. Shorten command line for JeecgApplication or also for Spring Boot default configuration.
时间: 2023-11-29 22:41:23 浏览: 109
解决Intellij IDEA运行报Command line is too long的问题
运行 'JeecgApplication' 出错: Command line is too long. Shorten command line for JeecgApplication or also for Spring Boot default configuration. 解决办法与之前类似,您可以尝试以下方法来解决这个问题:
1. 检查项目的依赖是否过多,可以尝试移除一些不需要的依赖来减少命令行的长度。
2. 检查项目的启动参数是否过多,可以尝试合并一些启动参数,减少命令行的长度。
3. 检查IDE的配置,有些IDE会在运行时添加额外的参数,您可以在IDE的设置中查找并关闭这些配置项。
4. 检查项目的配置文件,有些配置文件可能会包含过多的参数,您可以尝试删减或优化这些参数。
阅读全文