host, cronExpression, enforceCrdnTarget 수정, allowLevyExclAlways 추가

master
mjkhan21 3 weeks ago
parent 79eb96f73e
commit 50ed71608f

@ -50,7 +50,7 @@ propertyService:
- pageUnit: 10
- pageSize: 10
- permitAccess: /intf/**/*
- enforceCrdnTarget: false
- enforceCrdnTarget: true
extFileName:
- encoding: UTF-8
filename: classpath*:intf-conf/xit-lvis.properties

@ -1,5 +1,5 @@
{
"host": "http://98.33.4.167:8082",
"host": "http://98.33.4.164",
/* 운영: http://98.33.4.164
개발: http://98.33.4.167:8082
*/

@ -15,8 +15,9 @@
</bean>
<bean id="snisSyncTrigger" class="org.springframework.scheduling.quartz.CronTriggerFactoryBean">
<property name="jobDetail" ref="snisSync" />
<property name="cronExpression" value="0 0 8-17 * * ?" /> <!-- 오전 8시부터 오후 5시까지 1시간 마다 -->
<!-- property name="cronExpression" value="0 30 6 * * ?" /> 매일 06:30 -->
<property name="cronExpression" value="0 0/1 * * * ?" /> <!-- 1분마다 -->
<!-- property name="cronExpression" value="0 0/1 * * * ?" /> 1분마다 -->
</bean>
<bean id="schedulerFactory" class="org.springframework.scheduling.quartz.SchedulerFactoryBean">

@ -11,5 +11,6 @@
"violationFileDir": "files/cctv",
"txtCharset": "UTF-8",
"disableLvis": true,
"lookupEqpPlc": true
"lookupEqpPlc": true,
"allowLevyExclAlways": true
}
Loading…
Cancel
Save