|
@@ -7,7 +7,7 @@ import org.springframework.boot.autoconfigure.SpringBootApplication;
|
|
@SpringBootApplication
|
|
@SpringBootApplication
|
|
@MapperScan("com.huimv.beeboxs.mapper")
|
|
@MapperScan("com.huimv.beeboxs.mapper")
|
|
public class BeeboxsApplication {
|
|
public class BeeboxsApplication {
|
|
-
|
|
|
|
|
|
+ //ceshi001
|
|
public static void main(String[] args) {
|
|
public static void main(String[] args) {
|
|
SpringApplication.run(BeeboxsApplication.class, args);
|
|
SpringApplication.run(BeeboxsApplication.class, args);
|
|
}
|
|
}
|