From 6ad1df166b4154e219ec0de38f775e7a9947b4f1 Mon Sep 17 00:00:00 2001
From: 若依 <yzz_ivy@163.com>
Date: Sun, 14 Mar 2021 21:31:40 +0800
Subject: [PATCH] !51 增加feign客户端IP头部信息 Merge pull request !51 from TwelveT/N/A
---
ruoyi-modules/ruoyi-system/pom.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/ruoyi-modules/ruoyi-system/pom.xml b/ruoyi-modules/ruoyi-system/pom.xml
index 6e672ef..cef3507 100644
--- a/ruoyi-modules/ruoyi-system/pom.xml
+++ b/ruoyi-modules/ruoyi-system/pom.xml
@@ -41,7 +41,7 @@
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>
- <!-- Swagger -->
+ <!-- Swagger UI -->
<dependency>
<groupId>io.springfox</groupId>
<artifactId>springfox-swagger-ui</artifactId>
--
Gitblit v1.9.3