소스 검색

更新 '_posts/idea.md'

aaronwei 5 년 전
부모
커밋
03d76308fd
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. 4 1
      _posts/idea.md

+ 4 - 1
_posts/idea.md

@@ -11,6 +11,9 @@ cover: https://static.jqwei.com/blog/img/text/8.png
 ``` 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" />  `
+#### 解决办法:
+> 在.idea 文件夹中打开workspace.xml文件找到`<component name="PropertiesComponent">`
+
+> 在标签里加一行  `<property name="dynamic.classpath" value="true" />  `