|
@@ -1,42 +1,17 @@
|
|
|
spring.profiles.active=dev
|
|
|
-spring.datasource.validation-query=SELECT 1 FROM DUAL
|
|
|
-spring.datasource.test-on-borrow=true
|
|
|
-spring.datasource.driver-class-name=com.mysql.jdbc.Driver
|
|
|
-
|
|
|
-#\u7981\u7528\u670d\u52a1\u6ce8\u518c
|
|
|
-eureka.client.register-with-eureka=false
|
|
|
-eureka.client.fetch-registry=true
|
|
|
-
|
|
|
-#redis
|
|
|
-#spring.redis.host=192.168.199.102
|
|
|
-#spring.redis.port=32768
|
|
|
-
|
|
|
-#server.port=8080
|
|
|
-
|
|
|
-
|
|
|
-#logging.file=d:/gkwb/logs/gkwb.log
|
|
|
-logging.level.org.springframework=ERROR
|
|
|
-logging.level.org.hibernate=ERROR
|
|
|
-
|
|
|
-spring.jpa.show-sql=false
|
|
|
-spring.jpa.hibernate.ddl-auto=update
|
|
|
|
|
|
+spring.application.name=examcloud-exchange
|
|
|
+server.port=9006
|
|
|
|
|
|
spring.http.multipart.max-file-size=10Mb
|
|
|
+eureka.client.register-with-eureka=true
|
|
|
+eureka.client.fetch-registry=true
|
|
|
|
|
|
-spring.application.name=examcloud-logic-basic
|
|
|
-server.port=8008
|
|
|
-eureka.client.serviceUrl.defaultZone=http://localhost:1111/eureka/
|
|
|
hystrix.command.default.execution.timeout.enabled=false
|
|
|
-# Increase the Hystrix timeout to 600s (globally)
|
|
|
hystrix.command.default.execution.isolation.thread.timeoutInMilliseconds: 600000
|
|
|
+
|
|
|
ribbon.ReadTimeout=800000
|
|
|
ribbon.ConnectTimeout=800000
|
|
|
|
|
|
-app.api.root=/api/logic/basic
|
|
|
-app.api.core=/api/ecs_core
|
|
|
-app.api.oe=/api/ecs_oe
|
|
|
-#\u5b66\u751f\u7167\u7247\u4e0a\u4f20\u5730\u5740
|
|
|
-app.em.photo.path=/Users/ting.yin/Downloads
|
|
|
-app.em.facepp.key=e94d4a6a1ea8749144328be96a40e388
|
|
|
-app.em.facepp.secret=H65RT9miQqCal00jpxdUAreAufxxusUv
|
|
|
+outer.url.prefix=/exchange/webservice
|
|
|
+inner.url.prefix=/exchange/api
|