我自己的项目启动,也遇到过这个报错Command line is too long. Shorten command line....,主要有两种处理方式。
1、修改项目下 .idea\workspace.xml,找到标签 <component name="PropertiesComponent"> 在标签里加一行 <property name="dynamic.classpath" value="true" />
2、找到项目的启动配置
选择JAR开头的配置即可
2023-09-29 17:57:34
我自己的项目启动,也遇到过这个报错Command line is too long. Shorten command line....,主要有两种处理方式。
1、修改项目下 .idea\workspace.xml,找到标签 <component name="PropertiesComponent"> 在标签里加一行 <property name="dynamic.classpath" value="true" />
2、找到项目的启动配置
选择JAR开头的配置即可
下一篇:prometheus 日志监控