--- title: Intellij IDEA常见问题解决办法 tags: IDEA date: 2020-06-18 --- ## Intellij IDEA常见问题解决办法 --- ### idea报如下错误: ``` info Command line is too long. Shorten command line for ProductCenterOpenapiApplication or also for Spring Boot default configuration. ``` ### 解决办法: > 在.idea 文件夹中打开workspace.xml文件找到`` > 在标签里加一行 ` ` ------