Ver Fonte

删除 '_posts/idea.md'

aaronwei há 4 anos atrás
pai
commit
1a20006b0b
1 ficheiros alterados com 0 adições e 21 exclusões
  1. 0 21
      _posts/idea.md

+ 0 - 21
_posts/idea.md

@@ -1,21 +0,0 @@
----
-title: Intellij IDEA常见问题解决办法
-tags: IDEA
-date: 2020-06-18
-cover: https://static.jqwei.com/blog/img/IMG_3460.PNG
-categories: 编程工具
----
-
-## 🤖 💖💖💖💖💖Intellij IDEA常见问题解决办法💖💖💖💖💖
----
-### 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" />  `
-
-