fengjin
2022-09-28 a3fde7c78f3d8c98fbd6ce42a97e1d510317b0b4
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