Explorar el Código

优先使用IP作为服务寻找依据

Sand Wen hace 9 años
padre
commit
be88582445
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      application.yml

+ 4 - 0
application.yml

@ -3,6 +3,10 @@ logging:
    com:
      netflix: DEBUG
eureka:
  instance:
    prefer-ip-address: true
spring:
  jpa:
    database-platform: org.hibernate.dialect.MySQL5Dialect