Command line is too long. Shorten command line for TdServerJfServerApplication or also for Spring Boot default configuration.
时间: 2023-09-24 12:09:18 浏览: 82
解决Intellij IDEA运行报Command line is too long的问题
Command line is too long. Shorten command line for TdServerJfServerApplication or also for Spring Boot default configuration的意思是命令行太长,需要缩短命令行。这是因为在运行启动类时,命令行的长度超过了系统的限制,导致项目启动不成功。
解决这个问题的方法如下:
1. 点击启动类的编译文件。
2. 修改命令行的方式,选择"shorten command line"选项,可以选择"JAR manifest"或者"classpath file"选项。
3. 应用修改并重新启动项目。
阅读全文