一、引入spring相關jar套件:
二、在web.xml中設定spring
<listener> <description>Spring监听器</description> <listener-class>org.springframework.web.context.ContextLoaderListener</listener-class> </listener> <context-param> <param-name>contextConfigLocation</param-name> <param-value>classpath:applicationContext.xml</param-value> </context-param>
三、在applicationContext.xml中配置監聽器
五、工程目錄:
運行結果:
以上就是本文的全部內容,希望對大家的學習有所幫助,也希望大家多多支PHP中文網。更多spring task 定時任務實現範例相關文章請關注PHP中文網!