springboot error:Error running 'JdzSystemApplication': Command line is too long. Shorten command line for JdzSystemApplication or also for Spring Boot default configuration.(运行'JdzSystemApplication'错误:命令行太长。缩短命令行JdzSystemApplication或也为Spring启动默认配置。)
解决方案:
1、找到workspace.xml文件
2、在<component name="PropertiesComponent">中添加<property name="dynamic.classpath" value="true" />一行