项目运行时,报错:(springboot项目启动命令过长)
Error running 'Application': Command line is too long. Shorten command line for Application or also for Spring Boot default configuration?
解决方案:
修改当前项目根目录下的 .ideaworkspace.xml,找到标签 <component name="PropertiesComponent"> , 在标签里加一行 <property name="dynamic.classpath" value="true" />