Commit 627354e0 by zhangxingmin

引入redis和Feign的token传递 -> 引入框架配置模块和Feign组件配置模块的依赖

parent 39fa3625
...@@ -62,6 +62,18 @@ ...@@ -62,6 +62,18 @@
<artifactId>yd-auth-core</artifactId> <artifactId>yd-auth-core</artifactId>
<version>${project.version}</version> <version>${project.version}</version>
</dependency> </dependency>
<!-- 框架配置模块 -->
<dependency>
<groupId>com.yd</groupId>
<artifactId>yd-framework</artifactId>
<version>${project.version}</version>
</dependency>
<!-- Feign组件配置模块 -->
<dependency>
<groupId>com.yd</groupId>
<artifactId>yd-feign</artifactId>
<version>${project.version}</version>
</dependency>
<!-- 阿里云 OSS SDK --> <!-- 阿里云 OSS SDK -->
<dependency> <dependency>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment