|
|
|
@ -13,7 +13,6 @@ import springfox.documentation.swagger2.annotations.EnableSwagger2; |
|
|
|
@ComponentScan(basePackages = {"net.mingsoft"}) |
|
|
|
@ComponentScan(basePackages = {"net.mingsoft"}) |
|
|
|
@MapperScan(basePackages={"**.dao"}) |
|
|
|
@MapperScan(basePackages={"**.dao"}) |
|
|
|
@ServletComponentScan(basePackages = {"net.mingsoft"}) |
|
|
|
@ServletComponentScan(basePackages = {"net.mingsoft"}) |
|
|
|
@EnableSwagger2 |
|
|
|
|
|
|
|
public class MSApplication { |
|
|
|
public class MSApplication { |
|
|
|
public static void main(String[] args) { |
|
|
|
public static void main(String[] args) { |
|
|
|
SpringApplication.run(MSApplication.class, args); |
|
|
|
SpringApplication.run(MSApplication.class, args); |
|
|
|
|