|
|
@@ -7,26 +7,26 @@ import org.springframework.boot.builder.SpringApplicationBuilder;
|
|
|
import org.springframework.boot.web.support.SpringBootServletInitializer;
|
|
|
import org.springframework.scheduling.annotation.EnableScheduling;
|
|
|
|
|
|
-@EnableScheduling
|
|
|
-@MapperScan("cn.vbdsm.service.dao")
|
|
|
-@SpringBootApplication
|
|
|
-public class VbdsmGovNewApplication {
|
|
|
-
|
|
|
- public static void main(String[] args) {
|
|
|
- SpringApplication.run(VbdsmGovNewApplication.class, args);
|
|
|
- }
|
|
|
-
|
|
|
-}
|
|
|
//@EnableScheduling
|
|
|
//@MapperScan("cn.vbdsm.service.dao")
|
|
|
//@SpringBootApplication
|
|
|
-//public class VbdsmGovNewApplication extends SpringBootServletInitializer {
|
|
|
-// @Override
|
|
|
-// protected SpringApplicationBuilder configure(SpringApplicationBuilder application) {
|
|
|
-// return application.sources(VbdsmGovNewApplication.class);
|
|
|
-// }
|
|
|
+//public class VbdsmGovNewApplication {
|
|
|
+//
|
|
|
// public static void main(String[] args) {
|
|
|
// SpringApplication.run(VbdsmGovNewApplication.class, args);
|
|
|
// }
|
|
|
//
|
|
|
//}
|
|
|
+@EnableScheduling
|
|
|
+@MapperScan("cn.vbdsm.service.dao")
|
|
|
+@SpringBootApplication
|
|
|
+public class VbdsmGovNewApplication extends SpringBootServletInitializer {
|
|
|
+ @Override
|
|
|
+ protected SpringApplicationBuilder configure(SpringApplicationBuilder application) {
|
|
|
+ return application.sources(VbdsmGovNewApplication.class);
|
|
|
+ }
|
|
|
+ public static void main(String[] args) {
|
|
|
+ SpringApplication.run(VbdsmGovNewApplication.class, args);
|
|
|
+ }
|
|
|
+
|
|
|
+}
|