2024-12-13 15:27:59 +08:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2024-12-13 16:12:27 +08:00
|
|
|
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
|
xmlns="http://maven.apache.org/POM/4.0.0"
|
2024-12-13 15:27:59 +08:00
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
<parent>
|
|
|
|
|
<groupId>com.electromagnetic.data</groupId>
|
|
|
|
|
<artifactId>electromagnetic-data-new</artifactId>
|
2025-02-11 15:10:41 +08:00
|
|
|
<version>1.0</version>
|
2024-12-13 15:27:59 +08:00
|
|
|
</parent>
|
|
|
|
|
|
|
|
|
|
<artifactId>electrmangnetic</artifactId>
|
|
|
|
|
|
|
|
|
|
<properties>
|
2025-04-01 10:54:56 +08:00
|
|
|
<maven.compiler.source>17</maven.compiler.source>
|
|
|
|
|
<maven.compiler.target>17</maven.compiler.target>
|
2024-12-13 15:27:59 +08:00
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
|
|
<mapstruct.version>1.4.1.Final</mapstruct.version>
|
|
|
|
|
</properties>
|
|
|
|
|
|
|
|
|
|
<dependencies>
|
2025-02-05 10:00:55 +08:00
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
|
<artifactId>spring-boot-starter-thymeleaf</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
2024-12-13 15:27:59 +08:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
|
<artifactId>spring-boot-starter-web</artifactId>
|
|
|
|
|
</dependency>
|
2025-04-08 17:12:36 +08:00
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
|
<artifactId>spring-boot-starter-test</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
|
<artifactId>spring-boot-starter-webflux</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.springframework.ai</groupId>
|
|
|
|
|
<artifactId>spring-ai-elasticsearch-store-spring-boot-starter</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.springframework.ai</groupId>
|
|
|
|
|
<artifactId>spring-ai-ollama-spring-boot-starter</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.springframework.ai</groupId>
|
|
|
|
|
<artifactId>spring-ai-pdf-document-reader</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>co.elastic.clients</groupId>
|
|
|
|
|
<artifactId>elasticsearch-java</artifactId>
|
|
|
|
|
<version>8.13.4</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
2024-12-13 15:27:59 +08:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.baomidou</groupId>
|
2025-04-02 16:42:53 +08:00
|
|
|
<artifactId>mybatis-plus-spring-boot3-starter</artifactId>
|
|
|
|
|
<version>3.5.7</version>
|
2024-12-13 15:27:59 +08:00
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>mysql</groupId>
|
|
|
|
|
<artifactId>mysql-connector-java</artifactId>
|
2025-04-01 10:54:56 +08:00
|
|
|
<version>8.0.31</version>
|
2024-12-13 15:27:59 +08:00
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.electromagnetic.data</groupId>
|
|
|
|
|
<artifactId>electromagnetic-common</artifactId>
|
2025-02-11 15:12:17 +08:00
|
|
|
<version>1.0</version>
|
2024-12-13 15:27:59 +08:00
|
|
|
<scope>compile</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.github.pagehelper</groupId>
|
|
|
|
|
<artifactId>pagehelper</artifactId>
|
2024-12-26 15:03:57 +08:00
|
|
|
<exclusions>
|
|
|
|
|
<exclusion>
|
|
|
|
|
<groupId>com.github.jsqlparser</groupId>
|
|
|
|
|
<artifactId>jsqlparser</artifactId>
|
|
|
|
|
</exclusion>
|
|
|
|
|
</exclusions>
|
2024-12-13 15:27:59 +08:00
|
|
|
<version>5.1.2</version>
|
|
|
|
|
</dependency>
|
2025-04-09 15:15:35 +08:00
|
|
|
<!--引入druid数据源-->
|
2024-12-13 15:27:59 +08:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.alibaba</groupId>
|
2025-04-09 15:15:35 +08:00
|
|
|
<artifactId>druid-spring-boot-starter</artifactId>
|
|
|
|
|
<version>1.2.6</version>
|
2024-12-13 15:27:59 +08:00
|
|
|
</dependency>
|
2025-04-08 17:12:36 +08:00
|
|
|
|
2024-12-13 15:27:59 +08:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.mapstruct</groupId>
|
|
|
|
|
<artifactId>mapstruct-processor</artifactId>
|
|
|
|
|
<version>${mapstruct.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.mapstruct</groupId>
|
|
|
|
|
<artifactId>mapstruct</artifactId>
|
|
|
|
|
<version>${mapstruct.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.aspectj</groupId>
|
|
|
|
|
<artifactId>aspectjweaver</artifactId>
|
|
|
|
|
<version>1.9.7</version>
|
|
|
|
|
</dependency>
|
2025-04-08 17:12:36 +08:00
|
|
|
|
2024-12-13 15:27:59 +08:00
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
|
|
<build>
|
|
|
|
|
<finalName>electromagnetic</finalName>
|
|
|
|
|
<plugins>
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
2025-04-11 12:09:09 +08:00
|
|
|
<version>3.4.4</version>
|
2024-12-13 15:27:59 +08:00
|
|
|
<executions>
|
|
|
|
|
<execution>
|
|
|
|
|
<configuration>
|
|
|
|
|
<mainClass>com.electromagnetic.industry.software.manage.Application</mainClass>
|
|
|
|
|
</configuration>
|
|
|
|
|
<goals>
|
|
|
|
|
<goal>repackage</goal>
|
|
|
|
|
</goals>
|
|
|
|
|
</execution>
|
|
|
|
|
</executions>
|
|
|
|
|
</plugin>
|
|
|
|
|
</plugins>
|
|
|
|
|
</build>
|
|
|
|
|
|
|
|
|
|
</project>
|