mirror of
https://gitee.com/incloudcode/yexuejc-springboot.git
synced 2025-08-07 19:19:31 +08:00
2.0.4 修复security登录
This commit is contained in:
parent
4bc88cf98b
commit
4713b0a3f4
2
pom.xml
2
pom.xml
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
<groupId>com.yexuejc.springboot</groupId>
|
<groupId>com.yexuejc.springboot</groupId>
|
||||||
<artifactId>yexuejc-springboot-parent</artifactId>
|
<artifactId>yexuejc-springboot-parent</artifactId>
|
||||||
<version>2.0.3</version>
|
<version>2.0.4</version>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|
||||||
<name>${project.artifactId}</name>
|
<name>${project.artifactId}</name>
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>com.yexuejc.springboot</groupId>
|
<groupId>com.yexuejc.springboot</groupId>
|
||||||
<artifactId>yexuejc-springboot-parent</artifactId>
|
<artifactId>yexuejc-springboot-parent</artifactId>
|
||||||
<version>2.0.3</version>
|
<version>2.0.4</version>
|
||||||
<!-- 本地打包:使用相对关联路径 -->
|
<!-- 本地打包:使用相对关联路径 -->
|
||||||
<!--<relativePath>../../yexuejc</relativePath>-->
|
<!--<relativePath>../../yexuejc</relativePath>-->
|
||||||
</parent>
|
</parent>
|
||||||
@ -62,6 +62,13 @@
|
|||||||
<artifactId>aliyun-sdk-oss</artifactId>
|
<artifactId>aliyun-sdk-oss</artifactId>
|
||||||
<optional>true</optional>
|
<optional>true</optional>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<!-- 阿里云消息服务MNS相关SDK -->
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.aliyun.mns</groupId>
|
||||||
|
<artifactId>aliyun-sdk-mns</artifactId>
|
||||||
|
<classifier>jar-with-dependencies</classifier>
|
||||||
|
<optional>true</optional>
|
||||||
|
</dependency>
|
||||||
<!-- JJWT -->
|
<!-- JJWT -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>io.jsonwebtoken</groupId>
|
<groupId>io.jsonwebtoken</groupId>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user