aaronwei 5 лет назад
Родитель
Сommit
f7bc2ec4f6
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      _posts/idea.md

+ 1 - 1
_posts/idea.md

@@ -11,7 +11,7 @@ cover: https://static.jqwei.com/blog/img/text/8.png
 ``` info
 ``` info
 Command line is too long. Shorten command line for ProductCenterOpenapiApplication or also for Spring Boot default configuration.
 Command line is too long. Shorten command line for ProductCenterOpenapiApplication or also for Spring Boot default configuration.
 ```
 ```
-#### 解决办法:
+### 解决办法:
 > 在.idea 文件夹中打开workspace.xml文件找到`<component name="PropertiesComponent">`
 > 在.idea 文件夹中打开workspace.xml文件找到`<component name="PropertiesComponent">`
 
 
 > 在标签里加一行  `<property name="dynamic.classpath" value="true" />  `
 > 在标签里加一行  `<property name="dynamic.classpath" value="true" />  `