2026-01-06 09:58:29 +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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
|
|
|
|
<parent>
|
|
|
|
|
<groupId>org.nl</groupId>
|
|
|
|
|
<artifactId>nl-tool-platform</artifactId>
|
|
|
|
|
<version>3.0.0</version>
|
|
|
|
|
</parent>
|
|
|
|
|
|
|
|
|
|
<artifactId>nl-web-app</artifactId>
|
|
|
|
|
<packaging>jar</packaging>
|
|
|
|
|
<description>主启动模块</description>
|
|
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
|
|
|
|
|
|
<!-- test -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>junit</groupId>
|
|
|
|
|
<artifactId>junit</artifactId>
|
|
|
|
|
<scope>test</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<!-- test -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
|
<artifactId>spring-boot-starter-test</artifactId>
|
|
|
|
|
<scope>test</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<!-- dynamic-datasource -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.baomidou</groupId>
|
|
|
|
|
<artifactId>dynamic-datasource-spring-boot3-starter</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
<!-- mysql -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.mysql</groupId>
|
|
|
|
|
<artifactId>mysql-connector-j</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<!-- 登录鉴权插件 -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.nl</groupId>
|
|
|
|
|
<artifactId>nl-plugin-auth</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<!-- 业务功能插件 -->
|
2026-01-08 20:34:59 +08:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.nl</groupId>
|
|
|
|
|
<artifactId>nl-agv</artifactId>
|
|
|
|
|
<version>0.0.1-SNAPSHOT</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
2026-01-19 18:40:06 +08:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.nl</groupId>
|
|
|
|
|
<artifactId>nl-base-data</artifactId>
|
|
|
|
|
<version>0.0.1-SNAPSHOT</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
2026-02-27 17:25:21 +08:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.nl</groupId>
|
|
|
|
|
<artifactId>nl-iot</artifactId>
|
|
|
|
|
<version>3.0.0</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
2026-01-06 09:58:29 +08:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.nl</groupId>
|
|
|
|
|
<artifactId>nl-plugin-biz</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<!-- C端功能插件 -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.nl</groupId>
|
|
|
|
|
<artifactId>nl-plugin-client</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<!-- 开发工具插件 -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.nl</groupId>
|
|
|
|
|
<artifactId>nl-plugin-dev</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<!-- 代码生成插件 -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.nl</groupId>
|
|
|
|
|
<artifactId>nl-plugin-gen</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<!-- 移动端管理插件 -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.nl</groupId>
|
|
|
|
|
<artifactId>nl-plugin-mobile</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<!-- 系统功能插件 -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.nl</groupId>
|
|
|
|
|
<artifactId>nl-plugin-sys</artifactId>
|
|
|
|
|
</dependency>
|
2026-01-28 19:50:22 +08:00
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.nl.tool</groupId>
|
|
|
|
|
<artifactId>nl-plugin-tool</artifactId>
|
|
|
|
|
</dependency>
|
2026-01-06 09:58:29 +08:00
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
|
|
<build>
|
|
|
|
|
<plugins>
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
|
|
|
|
<version>${spring-boot.version}</version>
|
|
|
|
|
<configuration>
|
|
|
|
|
<includeSystemScope>true</includeSystemScope>
|
|
|
|
|
</configuration>
|
|
|
|
|
<executions>
|
|
|
|
|
<execution>
|
|
|
|
|
<goals>
|
|
|
|
|
<goal>repackage</goal>
|
|
|
|
|
</goals>
|
|
|
|
|
</execution>
|
|
|
|
|
</executions>
|
|
|
|
|
</plugin>
|
|
|
|
|
</plugins>
|
|
|
|
|
</build>
|
|
|
|
|
</project>
|