|
|
|
@ -36,10 +36,9 @@ import java.util.Locale; |
|
|
|
@ComponentScan(basePackages = {"net.mingsoft"}) |
|
|
|
@ComponentScan(basePackages = {"net.mingsoft"}) |
|
|
|
@MapperScan(basePackages={"**.dao","com.baomidou.**.mapper"}) |
|
|
|
@MapperScan(basePackages={"**.dao","com.baomidou.**.mapper"}) |
|
|
|
@ServletComponentScan(basePackages = {"net.mingsoft"}) |
|
|
|
@ServletComponentScan(basePackages = {"net.mingsoft"}) |
|
|
|
@EnableCaching |
|
|
|
|
|
|
|
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); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|