From ef776724665b17f290037654513e91d459cd78c0 Mon Sep 17 00:00:00 2001 From: 疯狂的狮子Li <15040126243@163.com> Date: 星期一, 05 六月 2023 15:08:21 +0800 Subject: [PATCH] !363 后端获取域名值的途径更改,方便本地环境调试 Merge pull request !363 from daixingdeng/5.x-domain --- ruoyi-common/pom.xml | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ruoyi-common/pom.xml b/ruoyi-common/pom.xml index af49f5f..0428aea 100644 --- a/ruoyi-common/pom.xml +++ b/ruoyi-common/pom.xml @@ -4,9 +4,8 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <artifactId>ruoyi-vue-plus</artifactId> - <groupId>com.ruoyi</groupId> + <groupId>org.dromara</groupId> <version>${revision}</version> - <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> @@ -31,6 +30,8 @@ <module>ruoyi-common-sensitive</module> <module>ruoyi-common-json</module> <module>ruoyi-common-encrypt</module> + <module>ruoyi-common-tenant</module> + <module>ruoyi-common-websocket</module> </modules> <artifactId>ruoyi-common</artifactId> -- Gitblit v1.9.3