mirror of
https://github.com/slhaf/Partner.git
synced 2026-05-12 08:43:02 +08:00
新增 SandboxRunner 项目子模块,该模块将在指定容器运行持久服务,与外部主进程通信,将用于后续执行JAR、SCRIPT两类行动类型
This commit is contained in:
4
pom.xml
4
pom.xml
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user