摘要: 1.启动类上添加注解 @EnableScheduling //启用定时器功能 2.定时器任务类 阅读全文
posted @ 2019-01-30 18:19 一个九 阅读(265) 评论(0) 推荐(0)
摘要: 1.启动类上添加注解 @ServletComponentScan @SpringBootApplication() @ComponentScan(basePackages={"com"}) @ServletComponentScan //scans from the package of the a 阅读全文
posted @ 2019-01-30 18:04 一个九 阅读(255) 评论(0) 推荐(0)
摘要: 1.添加配置文件 @Bean public FilterRegistrationBean nextFilterRegistrationBean(){ //加载自定义过滤器 FilterRegistrationBean registrationBean = new FilterRegistration 阅读全文
posted @ 2019-01-30 11:37 一个九 阅读(210) 评论(0) 推荐(0)