|
@@ -1,27 +0,0 @@
|
|
|
-spring.profiles.active=dev
|
|
|
-spring.application.name=EXAMCLOUD-TASK
|
|
|
-server.port=8011
|
|
|
-
|
|
|
-$rmp.ctr.task=/api/ctr/task/
|
|
|
-$rmp.cloud.task=/api/cloud/task/
|
|
|
-
|
|
|
-spring.datasource.validation-query=SELECT 1 FROM DUAL
|
|
|
-spring.datasource.test-on-borrow=true
|
|
|
-
|
|
|
-spring.http.multipart.max-file-size=50Mb
|
|
|
-spring.http.multipart.max-request-size=50Mb
|
|
|
-
|
|
|
-spring.jackson.date-format=yyyy-MM-dd HH:mm:ss
|
|
|
-spring.jackson.time-zone=GMT+8
|
|
|
-
|
|
|
-spring.jpa.show-sql=true
|
|
|
-spring.jpa.hibernate.ddl-auto=update
|
|
|
-app.oe.examcontrol.session.expire=30
|
|
|
-app.oe.examcontrol.session.captureCycle=300
|
|
|
-
|
|
|
-hystrix.command.default.execution.timeout.enabled=false
|
|
|
-hystrix.threadpool.default.coreSize = 500
|
|
|
-
|
|
|
-feign.httpclient.enabled=false
|
|
|
-feign.okhttp.enabled=true
|
|
|
-
|