启动命令行太长 Command line is too long
SpringBoot
Error running ‘XxxApplication’: Command line is too long. Shorten command line for XxxApplication or also for Spring Boot default configuration.
解决方式:
/.idea/workspace.xml文件
<component name=“PropertiesComponent”></component>标签内添加
<property name=“dynamic.classpath” value=“true” />