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