Skip to content

Commit 954aac1

Browse files
committed
[UPDATE]更新依赖和sql
1 parent 3b2705f commit 954aac1

File tree

2 files changed

+773
-129
lines changed

2 files changed

+773
-129
lines changed

pom.xml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,6 @@
3232
<groupId>org.springframework.boot</groupId>
3333
<artifactId>spring-boot-starter-aop</artifactId>
3434
</dependency>
35-
<!--<dependency>-->
36-
<!--<groupId>org.springframework.security</groupId>-->
37-
<!--<artifactId>spring-security-oauth2-client</artifactId>-->
38-
<!--</dependency>-->
39-
<!--<dependency>-->
40-
<!--<groupId>org.springframework.security</groupId>-->
41-
<!--<artifactId>spring-security-oauth2-jose</artifactId>-->
42-
<!--</dependency>-->
4335
<dependency>
4436
<groupId>org.springframework.boot</groupId>
4537
<artifactId>spring-boot-starter-data-elasticsearch</artifactId>
@@ -80,7 +72,7 @@
8072
<dependency>
8173
<groupId>com.baomidou</groupId>
8274
<artifactId>mybatis-plus-boot-starter</artifactId>
83-
<version>2.2.0</version>
75+
<version>2.3.3</version>
8476
</dependency>
8577
<!-- Redis-->
8678
<dependency>

0 commit comments

Comments
 (0)