yonge 5 년 전
부모
커밋
47afeecfde
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      edu-task/src/main/resources/config/properties/quartz.properties

+ 2 - 2
edu-task/src/main/resources/config/properties/quartz.properties

@@ -2,7 +2,7 @@
 # Configure Main Scheduler Properties  
 #============================================================================
 
-org.quartz.scheduler.instanceName = p2p
+org.quartz.scheduler.instanceName = edu_saas
 org.quartz.scheduler.instanceId = AUTO
 
 #============================================================================
@@ -23,7 +23,7 @@ org.quartz.jobStore.class = org.springframework.scheduling.quartz.LocalDataSourc
 org.quartz.jobStore.driverDelegateClass = org.quartz.impl.jdbcjobstore.StdJDBCDelegate
 #org.quartz.jobStore.useProperties = false
 #org.quartz.jobStore.dataSource = myDS
-org.quartz.jobStore.tablePrefix = QRTZ_
+org.quartz.jobStore.tablePrefix = qrtz_
 
 org.quartz.jobStore.isClustered = true
 org.quartz.jobStore.clusterCheckinInterval = 20000