mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-12 21:02:08 +08:00
微服务jar包瘦身配置:补充system、infra模块对mq模块的引用
This commit is contained in:
@@ -228,6 +228,10 @@
|
|||||||
<groupId>com.cf.imes</groupId>
|
<groupId>com.cf.imes</groupId>
|
||||||
<artifactId>cf-spring-boot-starter-websocket</artifactId>
|
<artifactId>cf-spring-boot-starter-websocket</artifactId>
|
||||||
</include>
|
</include>
|
||||||
|
<include>
|
||||||
|
<groupId>com.cf.imes</groupId>
|
||||||
|
<artifactId>cf-spring-boot-starter-mq</artifactId>
|
||||||
|
</include>
|
||||||
</includes>
|
</includes>
|
||||||
</configuration>
|
</configuration>
|
||||||
<executions>
|
<executions>
|
||||||
|
|||||||
@@ -304,6 +304,10 @@
|
|||||||
<groupId>com.cf.imes</groupId>
|
<groupId>com.cf.imes</groupId>
|
||||||
<artifactId>cf-spring-boot-starter-web</artifactId>
|
<artifactId>cf-spring-boot-starter-web</artifactId>
|
||||||
</include>
|
</include>
|
||||||
|
<include>
|
||||||
|
<groupId>com.cf.imes</groupId>
|
||||||
|
<artifactId>cf-spring-boot-starter-mq</artifactId>
|
||||||
|
</include>
|
||||||
</includes>
|
</includes>
|
||||||
</configuration>
|
</configuration>
|
||||||
<executions>
|
<executions>
|
||||||
|
|||||||
Reference in New Issue
Block a user