mitao
2025-02-21 31573d6180d15ef65ed0df9c2732495f40b12663
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