Command line is too long. Shorten command line for Application or also for Spring Boot default configuration.

 启动项目突然报错,异常信息为一下情况:

Command line is too long. Shorten command line for Application or also for Spring Boot default configuration.

 

 解决方法:

修改当前项目下: .idea\workspace.xml

找到<component name="PropertiesComponent">,在里面添加<property name="dynamic.classpath" value="true" />即可

Command line is too long. Shorten command line for Application or also for Spring Boot default configuration.

上一篇:实现一个用于显示当前时间的Google Android 窗口小部件(AppWidge


下一篇:UniDBGrid增加按钮列遇到的问题