拆除出system单体启动start

This commit is contained in:
zhangdaiscott
2022-08-17 11:04:29 +08:00
parent 7b9d173e9a
commit c984f2806b
20 changed files with 55 additions and 26 deletions

View File

@ -425,10 +425,6 @@
<!-- SpringCloud运行环境 -->
<profile>
<id>SpringCloud</id>
<properties>
<!--微服务模式下修改为true, system模块跳过打包插件否则微服务无法引用-->
<skip.springboot.maven>true</skip.springboot.maven>
</properties>
<modules>
<!-- 微服务模块-->
<module>jeecg-server-cloud</module>