jhleem / egov star

임종호 임종호 2022-02-17 @94

로그 스케줄 주석
Index: base3.10/src/main/resources/egovframework/spring/com/scheduling/context-scheduling-sym-log-ulg.xml =================================================================== --- base3.10/src/main/resources/egovframework/spring/com/scheduling/context-scheduling-sym-log-ulg.xml (revision 93) +++ base3.10/src/main/resources/egovframework/spring/com/scheduling/context-scheduling-sym-log-ulg.xml (revision 94) @@ -20,12 +20,12 @@ <!-- 사용자 로그 생성 스케줄러 --> - <bean id="userLogScheduler" class="org.springframework.scheduling.quartz.SchedulerFactoryBean"> + <!-- <bean id="userLogScheduler" class="org.springframework.scheduling.quartz.SchedulerFactoryBean"> <property name="triggers"> <list> <ref bean="userLogTrigger" /> </list> </property> - </bean> + </bean> --> </beans>
Add a comment
List