|
@ -109,7 +109,7 @@
|
|
|
<bean id="quartzScheduler" class="org.springframework.scheduling.quartz.SchedulerFactoryBean" scope="singleton">
|
|
|
<property name="dataSource" ref="dataSource"/>
|
|
|
<property name="configLocation" value="classpath:/quartz.properties" />
|
|
|
<property name="autoStartup" value="false"/>
|
|
|
<property name="autoStartup" value="true"/>
|
|
|
</bean>
|
|
|
|
|
|
<bean id="poolConfig" class="redis.clients.jedis.JedisPoolConfig">
|