标签:exce ann 定时 pre schedule color div schema not
xmlns:task="http://www.springframework.org/schema/task" xsi:schemaLocation=" http://www.springframework.org/schema/task http://www.springframework.org/schema/task/spring-task-3.0.xsd <task:scheduler id="myScheduler" pool-size="5"/> <task:annotation-driven scheduler="myScheduler"/> @Scheduled(cron = "0/5 * * * * ?") public void login()throws Exception{ System.out.println("王华"); }
标签:exce ann 定时 pre schedule color div schema not
原文地址:https://www.cnblogs.com/wwwcf1982603555/p/9090079.html