2023-06-10 12:53:21 +00: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>
|
2024-06-29 16:41:59 +00:00
|
|
|
<groupId>com.javaguns.roses</groupId>
|
2023-07-12 02:20:16 +00:00
|
|
|
<artifactId>kernel-s-system</artifactId>
|
2024-11-11 14:44:24 +00:00
|
|
|
<version>8.3.2</version>
|
2023-06-10 12:53:21 +00:00
|
|
|
<relativePath>../pom.xml</relativePath>
|
|
|
|
</parent>
|
|
|
|
|
2023-07-12 02:26:22 +00:00
|
|
|
<artifactId>system-business-permission</artifactId>
|
2023-06-10 12:53:21 +00:00
|
|
|
|
|
|
|
<packaging>jar</packaging>
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
|
2024-10-30 13:33:15 +00:00
|
|
|
<!--ids解析工具-->
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.javaguns.roses</groupId>
|
|
|
|
<artifactId>kernel-d-tree</artifactId>
|
|
|
|
<version>${roses.version}</version>
|
|
|
|
</dependency>
|
|
|
|
|
2023-11-24 15:55:33 +00:00
|
|
|
<!--获取拖拽验证码图片-->
|
|
|
|
<dependency>
|
2024-06-29 16:41:59 +00:00
|
|
|
<groupId>com.javaguns.roses</groupId>
|
2023-11-24 15:55:33 +00:00
|
|
|
<artifactId>security-api</artifactId>
|
|
|
|
<version>${roses.version}</version>
|
|
|
|
</dependency>
|
|
|
|
|
2023-10-09 15:14:38 +00:00
|
|
|
<!--日志相关api-->
|
|
|
|
<dependency>
|
2024-06-29 16:41:59 +00:00
|
|
|
<groupId>com.javaguns.roses</groupId>
|
2023-10-09 15:14:38 +00:00
|
|
|
<artifactId>log-api</artifactId>
|
|
|
|
<version>${roses.version}</version>
|
|
|
|
</dependency>
|
|
|
|
|
2023-08-15 09:08:07 +00:00
|
|
|
<!-- 数据源容器 -->
|
|
|
|
<!-- 用来获取当前的数据源的类型 -->
|
|
|
|
<dependency>
|
2024-06-29 16:41:59 +00:00
|
|
|
<groupId>com.javaguns.roses</groupId>
|
2023-08-15 09:08:07 +00:00
|
|
|
<artifactId>ds-container-api</artifactId>
|
|
|
|
<version>${roses.version}</version>
|
|
|
|
</dependency>
|
|
|
|
|
2023-07-14 15:03:56 +00:00
|
|
|
<!-- 事件模块 -->
|
|
|
|
<dependency>
|
2024-06-29 16:41:59 +00:00
|
|
|
<groupId>com.javaguns.roses</groupId>
|
2023-07-14 15:03:56 +00:00
|
|
|
<artifactId>event-spring-boot-starter</artifactId>
|
|
|
|
<version>${roses.version}</version>
|
|
|
|
</dependency>
|
|
|
|
|
2023-06-12 10:47:24 +00:00
|
|
|
<!--参数校验模块的api-->
|
|
|
|
<dependency>
|
2024-06-29 16:41:59 +00:00
|
|
|
<groupId>com.javaguns.roses</groupId>
|
2023-06-12 10:47:24 +00:00
|
|
|
<artifactId>validator-api-table-unique</artifactId>
|
|
|
|
<version>${roses.version}</version>
|
|
|
|
</dependency>
|
|
|
|
|
2023-06-12 10:41:07 +00:00
|
|
|
<!--文件api-->
|
|
|
|
<!--应用图片相关的操作-->
|
2023-06-18 14:54:10 +00:00
|
|
|
<!--获取登录用户的头像url拼接-->
|
2023-06-12 10:41:07 +00:00
|
|
|
<dependency>
|
2024-06-29 16:41:59 +00:00
|
|
|
<groupId>com.javaguns.roses</groupId>
|
2023-06-12 10:41:07 +00:00
|
|
|
<artifactId>file-api</artifactId>
|
|
|
|
<version>${roses.version}</version>
|
|
|
|
</dependency>
|
|
|
|
|
2023-06-09 13:03:24 +00:00
|
|
|
<!--基础核心业务api-->
|
2023-06-10 12:53:21 +00:00
|
|
|
<dependency>
|
2024-06-29 16:41:59 +00:00
|
|
|
<groupId>com.javaguns.roses</groupId>
|
2023-07-12 02:22:03 +00:00
|
|
|
<artifactId>system-api</artifactId>
|
2023-06-10 12:53:21 +00:00
|
|
|
<version>${roses.version}</version>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!--资源api模块-->
|
|
|
|
<!--用在资源控制器,资源扫描上-->
|
|
|
|
<dependency>
|
2024-06-29 16:41:59 +00:00
|
|
|
<groupId>com.javaguns.roses</groupId>
|
2023-06-10 12:53:21 +00:00
|
|
|
<artifactId>scanner-api</artifactId>
|
|
|
|
<version>${roses.version}</version>
|
|
|
|
</dependency>
|
|
|
|
|
2023-06-17 00:58:21 +00:00
|
|
|
<!--资源缓存-->
|
|
|
|
<dependency>
|
2024-06-29 16:41:59 +00:00
|
|
|
<groupId>com.javaguns.roses</groupId>
|
2023-06-17 00:58:21 +00:00
|
|
|
<artifactId>cache-api</artifactId>
|
|
|
|
<version>${roses.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2024-06-29 16:41:59 +00:00
|
|
|
<groupId>com.javaguns.roses</groupId>
|
2023-06-17 00:58:21 +00:00
|
|
|
<artifactId>cache-sdk-memory</artifactId>
|
|
|
|
<version>${roses.version}</version>
|
|
|
|
<optional>true</optional>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2024-06-29 16:41:59 +00:00
|
|
|
<groupId>com.javaguns.roses</groupId>
|
2023-06-17 00:58:21 +00:00
|
|
|
<artifactId>cache-sdk-redis</artifactId>
|
|
|
|
<version>${roses.version}</version>
|
|
|
|
<optional>true</optional>
|
|
|
|
</dependency>
|
|
|
|
|
2023-06-10 12:53:21 +00:00
|
|
|
<!--数据库sdk-->
|
|
|
|
<!--数据库dao框架-->
|
|
|
|
<dependency>
|
2024-06-29 16:41:59 +00:00
|
|
|
<groupId>com.javaguns.roses</groupId>
|
2023-06-10 12:53:21 +00:00
|
|
|
<artifactId>db-sdk-mp</artifactId>
|
|
|
|
<version>${roses.version}</version>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!--web模块-->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
<artifactId>spring-boot-starter-web</artifactId>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
</project>
|