Commit c41b631c by 温金柱

feat:新建springcloud模板

parents
server:
port: 8762
eureka:
client:
service-url:
default-zone: http://localhost:8761/eureka/
spring:
application:
name: consumer
server:
port: 8761
eureka:
instance:
hostname: localhost
client:
register-with-eureka: false
fetch-registry: false
service-url:
default-zone: http://${eureka.instance.hostname}:${server.port}/eureka/
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment