springcloud producer

 

 

 

Server: 
  Port: 8088 
  the servlet: 
    context-path: / springboot / # project's overall prefix 
the Spring: 
  the Application: 
    name: springcloud-spingboot8088 

eureka: 
  instance: 
    # to register their ip address to the eureka service 
    prefer-ip-address: true 
  Client: 
    registerWithEureka: to true 
    fetchRegistry: false 
    serviceUrl: 
      defaultzone: HTTP: // root: 123456 @ localhost: 8080 / Eureka / 
    Enabled: to true 

logging: 
  File: ./springcloud-spingboot/log 
  Level: 
    com.quartz: DEBUG

  

Guess you like

Origin www.cnblogs.com/ynhk/p/11301019.html