新闻功能
This commit is contained in:
parent
02f5f0b2d3
commit
d1024e437d
11
pom.xml
11
pom.xml
@ -74,6 +74,17 @@
|
||||
<artifactId>login-app</artifactId>
|
||||
<version>1.0-SNAPSHOT</version>
|
||||
</dependency>
|
||||
|
||||
<!--自定义工具包-->
|
||||
<dependency>
|
||||
<artifactId>module-news</artifactId>
|
||||
<groupId>cn.com.tenlion</groupId>
|
||||
<version>1.0-SNAPSHOT</version>
|
||||
</dependency>
|
||||
|
||||
|
||||
|
||||
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
|
@ -6,8 +6,8 @@ import org.springframework.boot.autoconfigure.SpringBootApplication;
|
||||
import springfox.documentation.swagger2.annotations.EnableSwagger2;
|
||||
|
||||
@EnableSwagger2
|
||||
@SpringBootApplication(scanBasePackages = {"ink.wgink", "cn.com.tenlion.usercenter"})
|
||||
@MapperScan(basePackages = {"ink.wgink.**.dao", "cn.com.tenlion.usercenter.**.dao"})
|
||||
@SpringBootApplication(scanBasePackages = {"ink.wgink", "cn.com.tenlion"})
|
||||
@MapperScan(basePackages = {"ink.wgink.**.dao", "cn.com.tenlion.**.dao"})
|
||||
public class SystemQmywzsApplication {
|
||||
|
||||
public static void main(String[] args) {
|
||||
|
Loading…
Reference in New Issue
Block a user