子模块引入
This commit is contained in:
@@ -61,6 +61,13 @@
|
||||
<artifactId>zhyc-generator</artifactId>
|
||||
</dependency>
|
||||
|
||||
<!-- 业务模块 -->
|
||||
|
||||
<dependency>
|
||||
<groupId>zhyc</groupId>
|
||||
<artifactId>zhyc-module</artifactId>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
|
||||
@@ -3,6 +3,7 @@ package com.zhyc;
|
||||
import org.springframework.boot.SpringApplication;
|
||||
import org.springframework.boot.autoconfigure.SpringBootApplication;
|
||||
import org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration;
|
||||
import org.springframework.context.annotation.ComponentScan;
|
||||
|
||||
/**
|
||||
* 启动程序
|
||||
|
||||
Reference in New Issue
Block a user