2023-06-20 16:05: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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
|
|
<parent>
|
|
|
|
|
<groupId>com.orion.ops</groupId>
|
|
|
|
|
<artifactId>orion-ops-pro</artifactId>
|
|
|
|
|
<version>${revision}</version>
|
|
|
|
|
</parent>
|
|
|
|
|
|
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
<artifactId>orion-ops-framework</artifactId>
|
|
|
|
|
<packaging>pom</packaging>
|
|
|
|
|
|
|
|
|
|
<description>项目组件包</description>
|
|
|
|
|
<url>https://github.com/lijiahangmax/orion-ops-pro</url>
|
|
|
|
|
|
|
|
|
|
<modules>
|
2023-10-09 17:35:36 +08:00
|
|
|
<module>orion-ops-framework-common</module>
|
2023-06-20 16:05:15 +08:00
|
|
|
<module>orion-ops-spring-boot-starter-web</module>
|
2023-06-21 18:34:22 +08:00
|
|
|
<module>orion-ops-spring-boot-starter-banner</module>
|
|
|
|
|
<module>orion-ops-spring-boot-starter-swagger</module>
|
2023-06-23 18:25:49 +08:00
|
|
|
<module>orion-ops-spring-boot-starter-datasource</module>
|
2023-06-25 13:26:21 +08:00
|
|
|
<module>orion-ops-spring-boot-starter-mybatis</module>
|
2023-06-25 20:30:56 +08:00
|
|
|
<module>orion-ops-spring-boot-starter-job</module>
|
|
|
|
|
<module>orion-ops-spring-boot-starter-websocket</module>
|
2023-06-28 16:08:08 +08:00
|
|
|
<module>orion-ops-spring-boot-starter-redis</module>
|
2023-06-30 11:12:42 +08:00
|
|
|
<module>orion-ops-spring-boot-starter-desensitize</module>
|
|
|
|
|
<module>orion-ops-spring-boot-starter-log</module>
|
2023-07-03 11:09:29 +08:00
|
|
|
<module>orion-ops-spring-boot-starter-storage</module>
|
2023-07-06 15:01:36 +08:00
|
|
|
<module>orion-ops-spring-boot-starter-security</module>
|
2023-07-11 16:00:06 +08:00
|
|
|
<module>orion-ops-spring-boot-starter-monitor</module>
|
2023-08-23 18:00:19 +08:00
|
|
|
<module>orion-ops-spring-boot-starter-test</module>
|
2023-10-09 17:35:36 +08:00
|
|
|
<!-- <module>orion-ops-spring-boot-starter-operator-log</module>-->
|
2023-06-20 16:05:15 +08:00
|
|
|
</modules>
|
|
|
|
|
|
|
|
|
|
</project>
|