|
@@ -1,6 +1,4 @@
|
|
|
-spring.datasource.url=jdbc:mysql://localhost:3306/exam_cloud?useUnicode=true&characterEncoding=UTF-8
|
|
|
-spring.datasource.username=root
|
|
|
-spring.datasource.password=1234
|
|
|
+
|
|
|
spring.datasource.validation-query=SELECT 1 FROM DUAL
|
|
|
spring.datasource.test-on-borrow=true
|
|
|
spring.datasource.driver-class-name=com.mysql.jdbc.Driver
|
|
@@ -24,7 +22,6 @@ spring.http.multipart.max-file-size=10Mb
|
|
|
|
|
|
spring.application.name=ExamCloud-service-exam-work
|
|
|
server.port=8001
|
|
|
-eureka.client.serviceUrl.defaultZone=http://192.168.1.88:1111/eureka/
|
|
|
hystrix.command.default.execution.timeout.enabled=false
|
|
|
|
|
|
app.api.root=/api/ecs_exam_work
|