web服务启动spring 后自启动实现方法:
1> 写一个类继承spring的ApplicationListener监听,并监控ContextRefreshedEvent事件(容易初始化完成事件)
2> 在applicationContext.xml文件中配置相应的bean实现自动装载
定义简单的bean:<bean id="beanDefineConfigue" class="com.creatar.portal.webservice.BeanDefineConfigue"></bean>
在applicationContext.xml中注册完成后,保持@Service注解