application-dev.properties 289 B

12345678910
  1. # 注册是使用真实IP
  2. eureka.instance.preferIpAddress = true
  3. endpoints.sensitive = true
  4. endpoints.info.enabled = true
  5. endpoints.restart.enabled = false
  6. endpoints.shutdown.enabled = false
  7. endpoints.health.enabled = true
  8. endpoints.flyway.enabled = false
  9. endpoints.logfile.enabled = true