美文网首页
微服务启动错误:Command line is too long

微服务启动错误:Command line is too long

作者: 小石读史 | 来源:发表于2022-04-22 14:38 被阅读0次

idea启动报错:Error running 'SpringBootMainApplication': Command line is too long. Shorten command line for SpringBootMainApplication or also for Application default configuration

解决方案:

在idea项目文件夹下workspace.xml中,在<component name="PropertiesComponent"> 标签下添加

<property name="dynamic.classpath" value="true" />

相关文章

网友评论

      本文标题:微服务启动错误:Command line is too long

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