0
点赞
收藏
分享

微信扫一扫

在做项目时,启动项目或者环境上遇到的问题

互联网码农 2022-01-24 阅读 149
java

启动项目时报错:Error running ‘Application’: Command line is too long. Shorten command line for Application or aalso for Spring Boot default configuration。

 可以在 .idea/workspace.xml中添加<property name="dynamic.classpath" value="true" />

举报

相关推荐

0 条评论