mall-admin jwt认证修改
This commit is contained in:
7
pom.xml
7
pom.xml
@@ -44,6 +44,7 @@
|
||||
<logstash-logback.version>4.8</logstash-logback.version>
|
||||
<mall-common.version>1.0-SNAPSHOT</mall-common.version>
|
||||
<mall-mbg.version>1.0-SNAPSHOT</mall-mbg.version>
|
||||
<mall-security.version>1.0-SNAPSHOT</mall-security.version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
@@ -88,6 +89,12 @@
|
||||
<artifactId>mall-mbg</artifactId>
|
||||
<version>${mall-mbg.version}</version>
|
||||
</dependency>
|
||||
<!--mall安全模块-->
|
||||
<dependency>
|
||||
<groupId>com.macro.mall</groupId>
|
||||
<artifactId>mall-security</artifactId>
|
||||
<version>${mall-security.version}</version>
|
||||
</dependency>
|
||||
<!--MyBatis分页插件starter-->
|
||||
<dependency>
|
||||
<groupId>com.github.pagehelper</groupId>
|
||||
|
||||
Reference in New Issue
Block a user