Error running 'JeecgSystemCloudApplication': Command line is too long. Shorten command line for JeecgSystemCloudApplication or also for Spring Boot default configuration.
解决办法:
修改项目下 .idea/workspace.xml,找到标签 <component name="PropertiesComponent"> , 在标签里 加一行<property name="dynamic.classpath" value="true" />