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