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

dept44-example.6.0.2.source-code.application.yml Maven / Gradle / Ivy

The newest version!
integration:
  petstore:
    connectTimeout: 10
    readTimeout: 20
openapi:
  name: ${spring.application.name}
  title: ${spring.application.name}
  version: '@project.version@'
resilience4j:
  circuitbreaker:
    instances:
      petstore:
        ignoreExceptions: se.sundsvall.dept44.exception.ClientProblem
spring:
  application:
    name: api-service-pet-inventory
  flyway:
    enabled: false
  security:
    oauth2:
      client:
        registration:
          petstore:
            authorization-grant-type: client_credentials
            provider: petstore




© 2015 - 2024 Weber Informatics LLC | Privacy Policy