|
|
@ -6,7 +6,7 @@ import org.springframework.boot.builder.SpringApplicationBuilder; |
|
|
|
import org.springframework.boot.web.servlet.support.SpringBootServletInitializer; |
|
|
|
import org.springframework.boot.web.servlet.support.SpringBootServletInitializer; |
|
|
|
import org.springframework.scheduling.annotation.EnableScheduling; |
|
|
|
import org.springframework.scheduling.annotation.EnableScheduling; |
|
|
|
|
|
|
|
|
|
|
|
//@EnableScheduling//定时任务
|
|
|
|
@EnableScheduling//定时任务
|
|
|
|
@SpringBootApplication |
|
|
|
@SpringBootApplication |
|
|
|
public class TmsApplication extends SpringBootServletInitializer { |
|
|
|
public class TmsApplication extends SpringBootServletInitializer { |
|
|
|
|
|
|
|
|
|
|
|