From 789858199b96626be2844a39ee2849d2534c6081 Mon Sep 17 00:00:00 2001 From: 代星登 <2283268848@qq.com> Date: 星期一, 05 六月 2023 14:57:15 +0800 Subject: [PATCH] [update] 更改 /auth/tenant/list api,获取租户列表时,从请求头中referer属性中取值,方便本地通过修改hosts文件来达到域名测试的场景 --- ruoyi-common/ruoyi-common-mybatis/pom.xml | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ruoyi-common/ruoyi-common-mybatis/pom.xml b/ruoyi-common/ruoyi-common-mybatis/pom.xml index 67e381f..5a003dc 100644 --- a/ruoyi-common/ruoyi-common-mybatis/pom.xml +++ b/ruoyi-common/ruoyi-common-mybatis/pom.xml @@ -3,7 +3,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> - <groupId>com.ruoyi</groupId> + <groupId>org.dromara</groupId> <artifactId>ruoyi-common</artifactId> <version>${revision}</version> <relativePath>../pom.xml</relativePath> @@ -18,12 +18,12 @@ <dependencies> <dependency> - <groupId>com.ruoyi</groupId> + <groupId>org.dromara</groupId> <artifactId>ruoyi-common-core</artifactId> </dependency> <dependency> - <groupId>com.ruoyi</groupId> + <groupId>org.dromara</groupId> <artifactId>ruoyi-common-satoken</artifactId> </dependency> -- Gitblit v1.9.3