WANG 6 жил өмнө
parent
commit
5513163e37

+ 14 - 13
examcloud-core-examwork-starter/src/main/resources/application-dev.properties

@@ -1,14 +1,15 @@
-spring.datasource.url=jdbc:mysql://db-host:3306/exam_cloud_kf?useUnicode=true&characterEncoding=UTF-8&useSSL=false
-spring.datasource.username=root
-spring.datasource.password=root
-
-spring.redis.host=redis-host
-spring.redis.port=6379
-
-eureka.client.serviceUrl.defaultZone=http://eureka-host:1111/eureka/
-
-$log.level.default=debug
-
-$tempDir=D:/Temp/examcloud//tempDir
-
+spring.datasource.url=jdbc:mysql://db-host:3306/exam_cloud_kf?useUnicode=true&characterEncoding=UTF-8&useSSL=false
+spring.datasource.username=root
+spring.datasource.password=root
+
+spring.redis.host=redis-host
+spring.redis.port=6379
+
+eureka.client.serviceUrl.defaultZone=http://eureka-host:1111/eureka/
+
+$log.level.default=debug
+
+$dir=D:/Temp/examcloud/dir
+$tempDir=D:/Temp/examcloud/tempDir
+
 $deleteExamStudent.force=true

+ 17 - 16
examcloud-core-examwork-starter/src/main/resources/application-test.properties

@@ -1,16 +1,17 @@
-spring.datasource.url=jdbc:mysql://db-host:3306/exam_cloud_kf?useUnicode=true&characterEncoding=UTF-8
-spring.datasource.username=root
-spring.datasource.password=root
-
-
-spring.redis.host=redis-host
-spring.redis.port=6379
-
-
-eureka.client.serviceUrl.defaultZone=http://eureka-host:1111/eureka/
-
-$log.level.default=debug
-
-$tempDir=/home/qmth/project/examcloud/examcloud-core-examwork/tempDir
-
-$deleteExamStudent.force=false
+spring.datasource.url=jdbc:mysql://db-host:3306/exam_cloud_kf?useUnicode=true&characterEncoding=UTF-8
+spring.datasource.username=root
+spring.datasource.password=root
+
+
+spring.redis.host=redis-host
+spring.redis.port=6379
+
+
+eureka.client.serviceUrl.defaultZone=http://eureka-host:1111/eureka/
+
+$log.level.default=debug
+
+$dir=/home/qmth/project/examcloud/examcloud-core-examwork/dir
+$tempDir=/home/qmth/project/examcloud/examcloud-core-examwork/tempDir
+
+$deleteExamStudent.force=false