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

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

The newest version!
integration:
  petstore:
    url: http://localhost:${wiremock.server.port}/api-petstore
spring:
  datasource:
    driver-class-name: org.testcontainers.jdbc.ContainerDatabaseDriver
    url: jdbc:tc:mariadb:10.6.4:///
  flyway:
    enabled: true
  jpa:
    properties:
      jakarta:
        persistence:
          schema-generation:
            database:
              action: validate
  security:
    oauth2:
      client:
        provider:
          petstore:
            token-uri: http://localhost:${wiremock.server.port:}/api-gateway/token
        registration:
          petstore:
            client-id: the-client-id
            client-secret: the-client-secret




© 2015 - 2024 Weber Informatics LLC | Privacy Policy