后端技术
Intellij IDEA运行报Command line is too long解法
2020-11-18 160 0
简介 Intellij IDEA运行报Command line is too long解法
Intellij IDEA运行报Command line is too long解法
0.33字数 66阅读 42,541
IEDA运行测试用例报错如下 报错内容: 解决办法:
Error running 'ServiceStarter': Command line is too long. Shorten command line for ServiceStarter or also for Application default configuration.
修改项目下 .idea\workspace.xml,找到标签 <component name="PropertiesComponent"> , 在标签里 <property name="dynamic.classpath" value="true" />

