2025-01-19 11:30:15 +08:00
|
|
|
|
<?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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
|
|
|
<parent>
|
|
|
|
|
|
<groupId>com.nflg</groupId>
|
|
|
|
|
|
<artifactId>nflg-mobilebroken</artifactId>
|
|
|
|
|
|
<version>1.0.0-SNAPSHOT</version>
|
|
|
|
|
|
</parent>
|
|
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
<artifactId>nflg-mobilebroken-admin</artifactId>
|
|
|
|
|
|
<version>1.0.0-SNAPSHOT</version>
|
|
|
|
|
|
<name>服务-管理端服务</name>
|
2025-01-23 21:04:06 +08:00
|
|
|
|
<description>管理端的功能接口</description>
|
2025-01-20 10:00:46 +08:00
|
|
|
|
<packaging>jar</packaging>
|
2025-01-19 11:30:15 +08:00
|
|
|
|
<dependencies>
|
2025-01-20 10:00:46 +08:00
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>com.nflg</groupId>
|
|
|
|
|
|
<artifactId>nflg-mobilebroken-common</artifactId>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>com.nflg</groupId>
|
|
|
|
|
|
<artifactId>nflg-mobilebroken-starter</artifactId>
|
|
|
|
|
|
</dependency>
|
2025-01-19 11:30:15 +08:00
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
|
|
<artifactId>spring-boot-starter</artifactId>
|
|
|
|
|
|
</dependency>
|
2025-01-20 10:00:46 +08:00
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>com.alibaba.cloud</groupId>
|
|
|
|
|
|
<artifactId>spring-cloud-starter-alibaba-nacos-discovery</artifactId>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>com.alibaba.cloud</groupId>
|
|
|
|
|
|
<artifactId>spring-cloud-starter-alibaba-nacos-config</artifactId>
|
|
|
|
|
|
</dependency>
|
2025-01-19 11:30:15 +08:00
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
|
|
<artifactId>spring-boot-devtools</artifactId>
|
|
|
|
|
|
<scope>runtime</scope>
|
|
|
|
|
|
<optional>true</optional>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>org.junit.jupiter</groupId>
|
|
|
|
|
|
<artifactId>junit-jupiter</artifactId>
|
|
|
|
|
|
<scope>test</scope>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
|
|
<artifactId>spring-boot-starter-web</artifactId>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>com.nflg</groupId>
|
|
|
|
|
|
<artifactId>nflg-mobilebroken-repository</artifactId>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
|
|
<artifactId>spring-boot-starter-test</artifactId>
|
|
|
|
|
|
<scope>test</scope>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
2025-02-03 13:53:47 +08:00
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
|
|
<artifactId>spring-boot-starter-validation</artifactId>
|
2025-01-19 11:30:15 +08:00
|
|
|
|
</dependency>
|
2025-02-07 20:09:52 +08:00
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
|
|
<artifactId>spring-boot-starter-thymeleaf</artifactId>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
<!-- <dependency>-->
|
|
|
|
|
|
<!-- <groupId>org.xhtmlrenderer</groupId>-->
|
|
|
|
|
|
<!-- <artifactId>flying-saucer-pdf</artifactId>-->
|
|
|
|
|
|
<!-- <version>9.1.20</version>-->
|
|
|
|
|
|
<!-- </dependency>-->
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>ognl</groupId>
|
|
|
|
|
|
<artifactId>ognl</artifactId>
|
|
|
|
|
|
<version>3.1.26</version>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
<!-- <dependency>-->
|
|
|
|
|
|
<!-- <groupId>com.itextpdf</groupId>-->
|
|
|
|
|
|
<!-- <artifactId>itext7-core</artifactId>-->
|
|
|
|
|
|
<!-- <version>7.2.3</version>-->
|
|
|
|
|
|
<!-- </dependency>-->
|
|
|
|
|
|
<!-- html转pdf,包含类似于jsoup依赖的操作html文档的依赖 -->
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>com.itextpdf</groupId>
|
|
|
|
|
|
<artifactId>html2pdf</artifactId>
|
|
|
|
|
|
<version>4.0.3</version>
|
|
|
|
|
|
</dependency>
|
2025-02-08 18:26:09 +08:00
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>cn.dev33</groupId>
|
|
|
|
|
|
<artifactId>sa-token-spring-boot-starter</artifactId>
|
|
|
|
|
|
</dependency>
|
2025-02-09 23:49:05 +08:00
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>cn.dev33</groupId>
|
|
|
|
|
|
<artifactId>sa-token-redis-jackson</artifactId>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
|
|
|
<artifactId>commons-pool2</artifactId>
|
|
|
|
|
|
</dependency>
|
2025-02-19 15:37:49 +08:00
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>com.github.promeg</groupId>
|
|
|
|
|
|
<artifactId>tinypinyin</artifactId>
|
|
|
|
|
|
<version>2.0.3</version>
|
|
|
|
|
|
</dependency>
|
2025-01-19 11:30:15 +08:00
|
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
|
|
|
|
<build>
|
|
|
|
|
|
<plugins>
|
|
|
|
|
|
<plugin>
|
|
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
|
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
|
|
|
|
|
</plugin>
|
|
|
|
|
|
<plugin>
|
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
|
|
|
|
</plugin>
|
2025-02-09 11:09:36 +08:00
|
|
|
|
<plugin>
|
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
|
|
|
|
<configuration>
|
2025-02-25 20:54:11 +08:00
|
|
|
|
<source>11</source>
|
|
|
|
|
|
<target>11</target>
|
2025-02-09 11:09:36 +08:00
|
|
|
|
</configuration>
|
|
|
|
|
|
</plugin>
|
2025-01-19 11:30:15 +08:00
|
|
|
|
</plugins>
|
|
|
|
|
|
</build>
|
|
|
|
|
|
|
|
|
|
|
|
</project>
|