Răsfoiți Sursa

删除多余的模块信息,修改密码服务key和请求地址信息

dumingliang 3 luni în urmă
părinte
comite
4952986936

+ 0 - 7
pom.xml

@@ -230,12 +230,6 @@
                 <artifactId>ruoyi-common</artifactId>
                 <version>${ruoyi.version}</version>
             </dependency>
-            <!-- 生态流量业务代码模块-->
-            <dependency>
-                <groupId>com.ruoyi</groupId>
-                <artifactId>ruoyi-sh</artifactId>
-                <version>${ruoyi.version}</version>
-            </dependency>
             <!-- 接口服务模块 -->
             <dependency>
                 <groupId>com.ruoyi</groupId>
@@ -285,7 +279,6 @@
 
     <modules>
         <module>ruoyi-admin</module>
-        <module>ruoyi-sh</module>
         <module>ruoyi-api-patform</module>
         <module>ruoyi-framework</module>
         <module>ruoyi-system</module>

+ 0 - 5
ruoyi-admin/pom.xml

@@ -89,11 +89,6 @@
             <groupId>com.ruoyi</groupId>
             <artifactId>ruoyi-generator</artifactId>
         </dependency>
-        <!-- 业务代码 -->
-        <dependency>
-            <groupId>com.ruoyi</groupId>
-            <artifactId>ruoyi-sh</artifactId>
-        </dependency>
         <!-- 接口服务 -->
         <dependency>
             <groupId>com.ruoyi</groupId>

+ 1 - 1
ruoyi-admin/src/main/resources/application.yml

@@ -61,7 +61,7 @@ spring:
     # 国际化资源文件路径
     basename: i18n/messages
   profiles:
-    active: test
+    active: dev
   # 文件上传
   servlet:
     multipart:

+ 3 - 3
ruoyi-admin/src/main/resources/kms_client.yml

@@ -1,11 +1,11 @@
 # 服务地址 格式 ip:port
-address: 10.0.249.142:19190
+address: 172.20.155.26:19190
 ## 以下两项使用kcsp平台的kms必填,均由kcsp平台提供。非kcsp平台可为空
 #contextPath: /KMSapi/kcspKMSv1RSFFkoal
 #kid: 166086164895733350518985b591e713
 #以下两项必填(由kms aksk 管理解密生成)
-accessKey: scj2D1OC4EqnnHYf
-secretKey: ZNdERcfhEoFJuSlI
+accessKey: tJtvUpcSyEJlZIgT
+secretKey: Q6HBcMqrZtfdkbEQ
 
 #是否使用tls
 useTLS: false

+ 0 - 5
ruoyi-quartz/pom.xml

@@ -38,11 +38,6 @@
             <groupId>org.projectlombok</groupId>
             <artifactId>lombok</artifactId>
         </dependency>
-        <!-- 业务代码-->
-        <dependency>
-            <groupId>com.ruoyi</groupId>
-            <artifactId>ruoyi-sh</artifactId>
-        </dependency>
     </dependencies>
 
 </project>

+ 0 - 28
ruoyi-sh/pom.xml

@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-         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>
-        <artifactId>sh-platform</artifactId>
-        <groupId>com.ruoyi</groupId>
-        <version>3.8.8</version>
-    </parent>
-    <modelVersion>4.0.0</modelVersion>
-
-    <artifactId>ruoyi-sh</artifactId>
-
-    <description>
-        上海市水务海洋数字孪生模型服务管理系统
-    </description>
-
-    <dependencies>
-
-        <!-- 通用工具-->
-        <dependency>
-            <groupId>com.ruoyi</groupId>
-            <artifactId>ruoyi-common</artifactId>
-        </dependency>
-
-    </dependencies>
-
-</project>