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

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

There is a newer version: 6.0.2
Show newest version
integration:
  petstore:
    url: http://petStoreUrl
spring:
  datasource:
    driver-class-name: org.testcontainers.jdbc.ContainerDatabaseDriver
    url: jdbc:tc:mariadb:10.6.4:///
  jpa:
    properties:
      hibernate:
        format_sql: true
        hbm2ddl:
          schema-generation:
            script:
              append: false
      jakarta:
        persistence:
          schema-generation:
            create-source: metadata
            database:
              action: update
            scripts:
              action: create
              create-target: target/database/generated-schema.sql
  security:
    oauth2:
      client:
        provider:
          petstore:
            token-uri: http://tokenUrl
        registration:
          petstore:
            client-id: the-client-id
            client-secret: the-client-secret




© 2015 - 2024 Weber Informatics LLC | Privacy Policy