lidongdong
2023-10-26 f2b48b52737cc39b99dc5e38c0fc72c97a44af20
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