IDEA启动报错

IDEA启动报错

报错信息:
Error running 'TmsApplication': Command line is too long. Shorten command line for TmsApplication or also for Application default configuration?


解决方案:
找到项目下的.idea/workspace.xml
在标签<component name="PropertiesComponent">里添加一行属性:<property name="dynamic.classpath" value="true" />,然后重启IDEA

上一篇:Chapter6_与学习相关的技巧


下一篇:Command line is too long. Shorten command line for TestWebApp or also for Spring Boot default config