一、通过注解方式实现定时器 1、工程结构 2、所需jar包 3、spring-config.xml,springmvc配置文件 注:下面是需要引入头路径: 下面是定时器开关配置: 4、web.xml,加载springmvc配置 5、TimerController.java 注:使用注解类前必须有@C Read More
posted @ 2016-05-11 22:06 code.world Views(7048) Comments(0) Diggs(0)
1、工程结构 2、jar包 3、配置文件spring-config.xml,springMVC配置文件 4、spring-context.xml,浏览器国际化配置 5、web.xml,需要在这里配置对国际化的监听,加载国际化配置文件 6、index.jsp 7、message_zh_CN.prope Read More
posted @ 2016-05-11 00:17 code.world Views(1080) Comments(0) Diggs(0)