报错内容:
Error running 'JeecgGeoPracticeCloudApplication':
Command line is too long. Shorten command line for JeecgGeoPracticeCloudApplication or also for Spring Boot default configuration?
解决方案:
在idea中找到.idea.workspace.xml文件
打开文件,Ctrl+F
在上面输入搜索内容,找到PropertiesComponent标签
在后面添加
<property name="show.run.dashboard.notification" value="false" />
之后再重新启动就可以了!