|
@@ -37,12 +37,17 @@
|
37
|
37
|
<artifactId>lombok</artifactId>
|
38
|
38
|
<optional>true</optional>
|
39
|
39
|
</dependency>
|
|
40
|
+<!-- <dependency>-->
|
|
41
|
+<!-- <groupId>org.springframework.boot</groupId>-->
|
|
42
|
+<!-- <artifactId>spring-boot-starter-test</artifactId>-->
|
|
43
|
+<!-- <scope>test</scope>-->
|
|
44
|
+<!-- </dependency>-->
|
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
|
<!--fastjson start-->
|
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
|
|
-<!-- <!–mybatis-plus start–>-->
|
90
|
|
-<!-- <dependency>-->
|
91
|
|
-<!-- <groupId>com.baomidou</groupId>-->
|
92
|
|
-<!-- <artifactId>mybatis-plus-boot-starter</artifactId>-->
|
93
|
|
-<!-- <version>3.5.1</version>-->
|
94
|
|
-<!-- </dependency>-->
|
|
94
|
+ <!--mybatis-plus start-->
|
|
95
|
+ <dependency>
|
|
96
|
+ <groupId>com.baomidou</groupId>
|
|
97
|
+ <artifactId>mybatis-plus-boot-starter</artifactId>
|
|
98
|
+ <version>3.5.1</version>
|
|
99
|
+ </dependency>
|
95
|
100
|
<!-- <!–mybatis-plus end–>-->
|
96
|
101
|
|
97
|
102
|
<!--weixin-h5 start-->
|
|
@@ -103,13 +108,13 @@
|
103
|
108
|
<!--weixin-h5 end-->
|
104
|
109
|
|
105
|
110
|
|
106
|
|
-<!-- <!–weixin-miniapp start–>-->
|
107
|
|
-<!-- <dependency>-->
|
108
|
|
-<!-- <groupId>com.github.binarywang</groupId>-->
|
109
|
|
-<!-- <artifactId>weixin-java-miniapp</artifactId>-->
|
110
|
|
-<!-- <version>4.4.0</version>-->
|
111
|
|
-<!-- </dependency>-->
|
112
|
|
-<!-- <!–weixin-miniapp end–>-->
|
|
111
|
+ <!--weixin-miniapp start-->
|
|
112
|
+ <dependency>
|
|
113
|
+ <groupId>com.github.binarywang</groupId>
|
|
114
|
+ <artifactId>weixin-java-miniapp</artifactId>
|
|
115
|
+ <version>4.4.0</version>
|
|
116
|
+ </dependency>
|
|
117
|
+ <!--weixin-miniapp end-->
|
113
|
118
|
|
114
|
119
|
<!--swagger start-->
|
115
|
120
|
<dependency>
|