摘要:
事件源:ApplicationContext。publishEvent()方法:用于主动触发容器事件。 事件:ApplicationEvent类,容器事件,必须由ApplicationContext发布。 事件监听器:ApplicationListener接口,可由容器中任何监听器Bean担任。onApplicationEvent(ApplicationEvent event):每当容器... 阅读全文
摘要:
环境:IntelliJ 14 ; jdk1.8 Spring操作步骤 1.新建项目---Spring Batch 2.IntelliJ会自动加载jar包 3.现在就可以在src目录下写Java类文件了 4.将相应的类部署在XML配置文件spring-config.xml中 (Eclipse需要手动创建,貌似名为bean.xml) 5.写主程序main (右键-->Run)
... 阅读全文