huanghongfa
2021-04-21 e258f599ec54d1d9b1a7f4daba93b5f38e1ecd82
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
server:
  port: 8764
 
eureka:
  instance:
    preferIpAddress: true
  client:
    serviceUrl:
      defaultZone: http://${EUREKA_URL:localhost}:8761/eureka
 
spring:
  application:
    name: service-api
 
  #rabbitmq:
  #  host: ${RABBITMQ_HOST:172.26.144.132}
  #  port: ${RABBITMQ_PORT:5672}
  #  username: guest
  #  password: guest