Parcourir la source

更新 '_posts/idea.md'

aaronwei il y a 5 ans
Parent
commit
8bf9074734
1 fichiers modifiés avec 13 ajouts et 1 suppressions
  1. 13 1
      _posts/idea.md

+ 13 - 1
_posts/idea.md

@@ -1,2 +1,14 @@
 ---
----
+title: idea常见问题
+tags: idea
+date: 2019-06-18
+cover: https://static.jqwei.com/blog/text/6.png
+---
+### idea报如下错误:
+
+``` info
+Command line is too long. Shorten command line for ProductCenterOpenapiApplication or also for Spring Boot default configuration.
+```
+#### 解决办法:在.idea 文件夹中打开workspace.xml文件找到`<component name="PropertiesComponent">`,在标签里加一行  `<property name="dynamic.classpath" value="true" />  `
+
+