From 89287a5b346d6600ce6163eefa8eff1dae4fb423 Mon Sep 17 00:00:00 2001 From: yirenyishi Date: Sun, 10 Sep 2017 16:58:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- springcloud-provider-config/dev.yml | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/springcloud-provider-config/dev.yml b/springcloud-provider-config/dev.yml index cc4cce0..d7239c2 100644 --- a/springcloud-provider-config/dev.yml +++ b/springcloud-provider-config/dev.yml @@ -1,6 +1,3 @@ -server: - port: 8101 -# context-path: /provider spring: jpa: database-platform: org.hibernate.dialect.MySQLDialect @@ -22,14 +19,4 @@ logging: org.hibernate : info org.hibernate.type.descriptor.sql.BasicBinder: TRACE org.hibernate.type.descriptor.sql.BasicExtractor: TRACE - com.yasaka.stock : debug -eureka: - client: - healthcheck: - enabled: true - service-url: - defaultZone: http://root:booszy@localhost:8761/eureka - instance: -# home-page-url-path: /provider - prefer-ip-address: true - instance-id: ${spring.application.name}:${spring.cloud.client.ipAddress}:${spring.application.instance_id:${server.port}} \ No newline at end of file + com.yasaka.stock : debug \ No newline at end of file