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