美文网首页
Intellij IDEA运行报Command line is

Intellij IDEA运行报Command line is

作者: 传习课堂夏老师 | 来源:发表于2019-05-29 10:13 被阅读0次

    IEDA运行测试用例报错如下

    报错内容:

    Error running 'AuthServer': Command line is too long. Shorten command line for AuthServeror also for Application default configuration.

    解决办法:

    修改项目下 .idea\workspace.xml,找到标签 <component name="PropertiesComponent"> , 在标签里加一行  <property name="dynamic.classpath" value="true" />

    相关文章

      网友评论

          本文标题:Intellij IDEA运行报Command line is

          本文链接:https://www.haomeiwen.com/subject/searcqtx.html