We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 089986b commit 692ff1bCopy full SHA for 692ff1b
README.md
@@ -8,6 +8,14 @@ b站:[视频讲解](https://space.bilibili.com/7028047/video)
8
Youtube:[墙外视频](https://www.youtube.com/watch?v=IHVz8Lpe510&list=PLjjwfqIOpH-iy7l05VaJw8zOCYAevt7A2)
9
10
11
+# 注意
12
+
13
+代码 clone 下来之后有几个 jar 包需要使用 maven 自行导入:
14
15
+> ueditor
16
+> json
17
+> fastdfs
18
19
# 技术选型
20
21
1. Spring
manong_rest/pom.xml
@@ -13,6 +13,7 @@
<packaging>war</packaging>
<dependencies>
<dependency>
<groupId>com.kendinghui</groupId>
<artifactId>manong_common</artifactId>
0 commit comments