|
@@ -10,4 +10,15 @@ spring.redis.port=6379
|
|
|
eureka.client.serviceUrl.defaultZone=http://eureka-host:1111/eureka/
|
|
|
|
|
|
$tempDir=/home/qmth/project/examcloud/examcloud-task/tempDir
|
|
|
-$dir=/home/qmth/project/examcloud/examcloud-task/dir
|
|
|
+$dir=/home/qmth/project/examcloud/examcloud-task/dir
|
|
|
+
|
|
|
+$sync.syncStudent.group=EXAMWORK
|
|
|
+$sync.syncStudent.component.EXAMWORK=http://EC-CORE-EXAMWORK/api/core/examwork/dataSync/syncStudent
|
|
|
+
|
|
|
+$sync.syncExamStudent.group=OE
|
|
|
+$sync.syncExamStudent.component.OE=http://EC-CORE-OE-ADMIN//api/core/oe/admin/exam/student/syncExamStudent
|
|
|
+
|
|
|
+$sync.syncCourse.group=EXAMWORK
|
|
|
+$sync.syncCourse.component.EXAMWORK=http://EC-CORE-EXAMWORK/api/core/examwork/dataSync/syncCourse
|
|
|
+
|
|
|
+$sync.syncOrg.group=,
|