quartz 怎样定义两个定时器呢?

quartz 怎样定义两个定时器呢? 请给例子,谢谢!
2025年05月06日 01:17
有1个网友回答
网友(1):

定义?

如果用spring来做的话,配置两个bean就好了,容器启动加载的时候自然就会启动两个定时器。


       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
       xmlns:aop="http://www.springframework.org/schema/aop"
       xmlns:tx="http://www.springframework.org/schema/tx"
       xmlns:context="http://www.springframework.org/schema/context"
       xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.1.xsd
        http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-3.1.xsd
        http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-3.1.xsd
        http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.1.xsd">
    
    
    
    
        
        
        
    
    
        
            
        
                
    
    
        
            
                
            

        
            
           
           cleaner  
           2    
           org.quartz.plugins.management.ShutdownHookPlugin  
           true  
           true