新增 SandboxRunner 项目子模块,该模块将在指定容器运行持久服务,与外部主进程通信,将用于后续执行JARSCRIPT两类行动类型

This commit is contained in:
2025-11-30 18:41:42 +08:00
parent b3098310b4
commit c548cceec6
15 changed files with 663 additions and 6 deletions

View File

@@ -12,6 +12,7 @@
<module>Partner-Test-Demo</module>
<module>Partner-Main</module>
<module>Partner-Api</module>
<module>Partner-SandboxRunner</module>
</modules>
<properties>
@@ -50,7 +51,8 @@
</goals>
<configuration>
<transformers>
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<transformer
implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<mainClass>work.slhaf.demo.AgentDemoApplication</mainClass>
</transformer>
</transformers>