草庐IT

ScheduledAnnotationBeanPostProces

全部标签

@Scheduled定时器原理(以及@RefreshScope 相互影响)

1.ScheduledAnnotationBeanPostProcessor@EnableScheduling@Import(SchedulingConfiguration.class)注册了ScheduledAnnotationBeanPostProcessor@RestController@RefreshScope//动态感知修改后的值publicclassTestControllerimplementsApplicationListener{@Value("${common.age}")Stringage;@Value("${common.name}")Stringname;@GetMa