1811872455@163.com hai 2 semanas
pai
achega
278e195ce7

+ 1 - 0
.idea/compiler.xml

@@ -38,6 +38,7 @@
       <module name="storlead-centre-wx" options="-parameters" />
       <module name="storlead-common" options="-parameters" />
       <module name="storlead-core" options="-parameters" />
+      <module name="storlead-framework" options="" />
       <module name="storlead-mybatis" options="-parameters" />
       <module name="storlead-redis" options="-parameters" />
       <module name="storlead-sms" options="-parameters" />

+ 6 - 0
pom.xml

@@ -116,6 +116,12 @@
             <version>${spring-web.version}</version>
         </dependency>
 
+        <dependency>
+            <groupId>com.storlead.boot</groupId>
+            <artifactId>storlead-framework</artifactId>
+            <version>${revision}</version>
+        </dependency>
+
         <dependency>
             <groupId>com.storlead.boot</groupId>
             <artifactId>storlead-core</artifactId>

+ 2 - 51
storlead-centre-api/pom.xml

@@ -7,18 +7,13 @@
         <groupId>com.storlead.boot</groupId>
         <artifactId>storlead-centre-platform</artifactId>
         <version>${revision}</version>
+        <relativePath>../pom.xml</relativePath> <!-- 或者默认 -->
     </parent>
 
     <artifactId>storlead-centre-api</artifactId>
     <packaging>jar</packaging>
-    <!--    <properties>-->
-    <!--        <maven.compiler.source>11</maven.compiler.source>-->
-    <!--        <maven.compiler.target>11</maven.compiler.target>-->
-    <!--        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>-->
-    <!--    </properties>-->
 
     <dependencies>
-
         <dependency>
             <groupId>com.storlead.boot</groupId>
             <artifactId>storlead-web</artifactId>
@@ -72,12 +67,6 @@
             <artifactId>springdoc-openapi-ui</artifactId>
         </dependency>
 
-        <!--        &lt;!&ndash; Apache HttpClient (用于HTTP客户端连接池) &ndash;&gt;-->
-        <!--        <dependency>-->
-        <!--            <groupId>org.apache.httpcomponents.client5</groupId>-->
-        <!--            <artifactId>httpclient5</artifactId>-->
-        <!--        </dependency>-->
-
         <dependency>
             <groupId>io.projectreactor</groupId>
             <artifactId>reactor-test</artifactId>
@@ -106,44 +95,6 @@
             <artifactId>mybatis-plus-generator</artifactId>
             <version>3.1.2</version>
         </dependency>
-        <!--        <dependency>-->
-        <!--            <groupId>org.java-websocket</groupId>-->
-        <!--            <artifactId>Java-WebSocket</artifactId>-->
-        <!--        </dependency>-->
-        <!--        -->
-        <!--        <dependency>-->
-        <!--            <groupId>com.squareup.okhttp3</groupId>-->
-        <!--            <artifactId>okhttp-sse</artifactId>-->
-        <!--        </dependency>-->
-        <!--        <dependency>-->
-        <!--            <groupId>org.apache.httpcomponents.client5</groupId>-->
-        <!--            <artifactId>httpclient5</artifactId>-->
-        <!--        </dependency>-->
-
-        <!--        &lt;!&ndash; https://mvnrepository.com/artifact/org.apache.httpcomponents.core5/httpcore5 &ndash;&gt;-->
-        <!--        <dependency>-->
-        <!--            <groupId>org.apache.httpcomponents.core5</groupId>-->
-        <!--            <artifactId>httpcore5</artifactId>-->
-        <!--        </dependency>-->
-
-        <!--        <dependency>-->
-        <!--            <groupId>org.apache.httpcomponents</groupId>-->
-        <!--            <artifactId>httpasyncclient</artifactId>-->
-        <!--        </dependency>-->
-
-
-        <!--        &lt;!&ndash; https://mvnrepository.com/artifact/org.apache.httpcomponents.core5/httpcore5-h2 &ndash;&gt;-->
-        <!--        <dependency>-->
-        <!--            <groupId>org.apache.httpcomponents.core5</groupId>-->
-        <!--            <artifactId>httpcore5-h2</artifactId>-->
-        <!--        </dependency>-->
-
-        <!--        <dependency>-->
-        <!--            <groupId>org.springframework.boot</groupId>-->
-        <!--            <artifactId>spring-boot-starter-websocket</artifactId>-->
-        <!--            <version>2.7.2</version>-->
-        <!--        </dependency>-->
-
         <dependency>
             <groupId>cn.hutool</groupId>
             <artifactId>hutool-all</artifactId>
@@ -215,7 +166,7 @@
                 <groupId>org.springframework.boot</groupId>
                 <artifactId>spring-boot-maven-plugin</artifactId>
                 <configuration>
-                    <mainClass>com.storlead.ai.AiPlatformApplication</mainClass>
+                    <mainClass>com.storlead.centre.SpCentreApplication</mainClass>
                     <layout>ZIP</layout>
                     <!--<includes>
                         &lt;!&ndash; 项目启动jar包中排除依赖包 &ndash;&gt;

+ 1 - 1
storlead-framework/pom.xml

@@ -6,7 +6,7 @@
         <artifactId>storlead-centre-platform</artifactId>
         <groupId>com.storlead.boot</groupId>
         <version>${revision}</version>
-        <relativePath>../pom.xml</relativePath> <!-- 或者默认 -->
+        <relativePath>../pom.xml</relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

+ 1 - 0
storlead-framework/storlead-auth/pom.xml

@@ -6,6 +6,7 @@
         <groupId>com.storlead.boot</groupId>
         <artifactId>storlead-framework</artifactId>
         <version>${revision}</version>
+        <relativePath>../pom.xml</relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

+ 1 - 0
storlead-framework/storlead-common/pom.xml

@@ -6,6 +6,7 @@
         <groupId>com.storlead.boot</groupId>
         <artifactId>storlead-framework</artifactId>
         <version>${revision}</version>
+        <relativePath>../pom.xml</relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

+ 1 - 0
storlead-framework/storlead-mybatis/pom.xml

@@ -7,6 +7,7 @@
         <groupId>com.storlead.boot</groupId>
         <artifactId>storlead-framework</artifactId>
         <version>${revision}</version>
+        <relativePath>../pom.xml</relativePath>
     </parent>
 
     <artifactId>storlead-mybatis</artifactId>

+ 1 - 0
storlead-framework/storlead-redis/pom.xml

@@ -7,6 +7,7 @@
         <groupId>com.storlead.boot</groupId>
         <artifactId>storlead-framework</artifactId>
         <version>${revision}</version>
+        <relativePath>../pom.xml</relativePath>
     </parent>
 
     <artifactId>storlead-redis</artifactId>