spring cloud starter启动模块引入代码生成模块,一并启动
This commit is contained in:
@@ -24,12 +24,17 @@
|
|||||||
</exclusion>
|
</exclusion>
|
||||||
</exclusions>
|
</exclusions>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- 引入jero-boot-module-system依赖 -->
|
<!-- 引入jero-boot-module-system依赖 启动 -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.jero.boot</groupId>
|
<groupId>com.jero.boot</groupId>
|
||||||
<artifactId>jero-boot-module-system</artifactId>
|
<artifactId>jero-boot-module-system</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<!-- 引入jero-boot-base-generater依赖 启动 -->
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.jero.boot</groupId>
|
||||||
|
<artifactId>jero-boot-base-generater</artifactId>
|
||||||
|
<version>${jero.version}</version>
|
||||||
|
</dependency>
|
||||||
<!--rabbitmq消息队列-->
|
<!--rabbitmq消息队列-->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.jero.boot</groupId>
|
<groupId>com.jero.boot</groupId>
|
||||||
|
|||||||
Reference in New Issue
Block a user