All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ent.http.tosan-httpclient-spring-boot-sample.2.1.6.source-code.application.yml Maven / Gradle / Ivy

custom-service:
    authorization:
      enable: true
      username: user
      password: changeit
    base-service-url: http://localhost:8084
    connection:
      connection-timeout: 5000
      socket-timeout: 5000

custom-web-service:
  client:
    authorization:
      enable: true
      username: user
      password: changeit
    base-service-url: http://localhost:8084/custom-server
    connection:
      connection-timeout: 5000
      socket-timeout: 5000

server:
  port: 8084




© 2015 - 2024 Weber Informatics LLC | Privacy Policy