8 лет назад
Родитель
Сommit
51e06022c0
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      patient-co-wlyy/src/main/resources/applicationContext.xml

+ 1 - 1
patient-co-wlyy/src/main/resources/applicationContext.xml

@ -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">