🎉 优化 exec 模块逻辑.

This commit is contained in:
lijiahangmax
2025-06-26 00:51:21 +08:00
parent 10178d998e
commit 712b175179
151 changed files with 1505 additions and 833 deletions

View File

@@ -0,0 +1,22 @@
<?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>org.dromara.visor</groupId>
<artifactId>orion-visor-modules</artifactId>
<version>${revision}</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>orion-visor-module-exec</artifactId>
<packaging>pom</packaging>
<description>项目执行模块</description>
<url>https://github.com/dromara/orion-visor</url>
<modules>
<module>orion-visor-module-exec-provider</module>
<module>orion-visor-module-exec-service</module>
</modules>
</project>