# =================================================================== # Spring Boot configuration. # # This configuration is used for unit/integration tests with testcontainers database containers. # # To activate this configuration launch integration tests with the 'testcontainers' profile # # More information on database containers: https://www.testcontainers.org/modules/databases/ # =================================================================== spring: datasource: type: com.zaxxer.hikari.HikariDataSource driver-class-name: org.testcontainers.jdbc.ContainerDatabaseDriver url: jdbc:tc:postgresql:13.4:///pamapi?TC_TMPFS=/testtmpfs:rw username: pamapi password: hikari: poolName: Hikari auto-commit: false jpa: database-platform: tech.jhipster.domain.util.FixedPostgreSQL10Dialect