|
|
@@ -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>
|
|
|
|
|
|
- <!-- <!– Apache HttpClient (用于HTTP客户端连接池) –>-->
|
|
|
- <!-- <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>-->
|
|
|
-
|
|
|
- <!-- <!– https://mvnrepository.com/artifact/org.apache.httpcomponents.core5/httpcore5 –>-->
|
|
|
- <!-- <dependency>-->
|
|
|
- <!-- <groupId>org.apache.httpcomponents.core5</groupId>-->
|
|
|
- <!-- <artifactId>httpcore5</artifactId>-->
|
|
|
- <!-- </dependency>-->
|
|
|
-
|
|
|
- <!-- <dependency>-->
|
|
|
- <!-- <groupId>org.apache.httpcomponents</groupId>-->
|
|
|
- <!-- <artifactId>httpasyncclient</artifactId>-->
|
|
|
- <!-- </dependency>-->
|
|
|
-
|
|
|
-
|
|
|
- <!-- <!– https://mvnrepository.com/artifact/org.apache.httpcomponents.core5/httpcore5-h2 –>-->
|
|
|
- <!-- <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>
|
|
|
<!– 项目启动jar包中排除依赖包 –>
|