|
@@ -37,12 +37,17 @@
|
37
|
37
|
<artifactId>lombok</artifactId>
|
38
|
38
|
<optional>true</optional>
|
39
|
39
|
</dependency>
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
|
40
|
45
|
<dependency>
|
41
|
46
|
<groupId>org.springframework.boot</groupId>
|
42
|
|
- <artifactId>spring-boot-starter-test</artifactId>
|
43
|
|
- <scope>test</scope>
|
|
47
|
+ <artifactId>spring-boot-starter-data-jpa</artifactId>
|
44
|
48
|
</dependency>
|
45
|
49
|
|
|
50
|
+
|
46
|
51
|
|
47
|
52
|
<dependency>
|
48
|
53
|
<groupId>com.alibaba</groupId>
|
|
@@ -86,12 +91,12 @@
|
86
|
91
|
<version>3.3.1</version>
|
87
|
92
|
</dependency>
|
88
|
93
|
|
89
|
|
-
|
90
|
|
-
|
91
|
|
-
|
92
|
|
-
|
93
|
|
-
|
94
|
|
-
|
|
94
|
+
|
|
95
|
+ <dependency>
|
|
96
|
+ <groupId>com.baomidou</groupId>
|
|
97
|
+ <artifactId>mybatis-plus-boot-starter</artifactId>
|
|
98
|
+ <version>3.5.1</version>
|
|
99
|
+ </dependency>
|
95
|
100
|
|
96
|
101
|
|
97
|
102
|
|
|
@@ -103,13 +108,13 @@
|
103
|
108
|
|
104
|
109
|
|
105
|
110
|
|
106
|
|
-
|
107
|
|
-
|
108
|
|
-
|
109
|
|
-
|
110
|
|
-
|
111
|
|
-
|
112
|
|
-
|
|
111
|
+
|
|
112
|
+ <dependency>
|
|
113
|
+ <groupId>com.github.binarywang</groupId>
|
|
114
|
+ <artifactId>weixin-java-miniapp</artifactId>
|
|
115
|
+ <version>4.4.0</version>
|
|
116
|
+ </dependency>
|
|
117
|
+
|
113
|
118
|
|
114
|
119
|
|
115
|
120
|
<dependency>
|