|
@@ -3,34 +3,9 @@ spring.profiles.active=dev
|
|
spring.application.name=EC-CORE-BASIC
|
|
spring.application.name=EC-CORE-BASIC
|
|
server.port=8000
|
|
server.port=8000
|
|
|
|
|
|
-spring.datasource.validation-query=SELECT 1 FROM DUAL
|
|
|
|
-spring.datasource.test-on-borrow=true
|
|
|
|
-spring.datasource.driver-class-name=com.mysql.jdbc.Driver
|
|
|
|
-
|
|
|
|
-spring.jpa.show-sql=false
|
|
|
|
-spring.jpa.hibernate.ddl-auto=update
|
|
|
|
-spring.jpa.database-platform=org.hibernate.dialect.MySQL5Dialect
|
|
|
|
-spring.jpa.hibernate.dialect=org.hibernate.dialect.MySQL5Dialect
|
|
|
|
-
|
|
|
|
-spring.http.multipart.max-file-size=10Mb
|
|
|
|
-
|
|
|
|
-hystrix.command.default.execution.timeout.enabled=false
|
|
|
|
-
|
|
|
|
-spring.jackson.date-format=yyyy-MM-dd HH:mm:ss
|
|
|
|
-spring.jackson.time-zone=GMT+8
|
|
|
|
-
|
|
|
|
$rmp.ctr.basic=/api/ecs_core
|
|
$rmp.ctr.basic=/api/ecs_core
|
|
$rmp.cloud.basic=/api/core/basic/
|
|
$rmp.cloud.basic=/api/core/basic/
|
|
|
|
|
|
-
|
|
|
|
-eureka.instance.lease-renewal-interval-in-seconds=1
|
|
|
|
-eureka.instance.lease-expiration-duration-in-seconds=2
|
|
|
|
-eureka.instance.prefer-ip-address=true
|
|
|
|
-eureka.instance.instance-id=${spring.cloud.client.ipAddress}:${server.port}
|
|
|
|
-eureka.client.healthcheck.enabled=true
|
|
|
|
-
|
|
|
|
-info.app=${spring.application.name}
|
|
|
|
-
|
|
|
|
$log.level.default=error
|
|
$log.level.default=error
|
|
|
|
|
|
$config.server.host=config-host
|
|
$config.server.host=config-host
|