Skip to content

io.github.quinnandrews.spring-local-postgresql 1.0.0 Latest version

Install 1/2: Add this to pom.xml:
Learn more about Maven or Gradle
<dependency>
  <groupId>io.github.quinnandrews</groupId>
  <artifactId>spring-local-postgresql</artifactId>
  <version>1.0.0</version>
</dependency>
Install 2/2: Run via command line
$ mvn install

About this package

    Provides configuration of an embedded PostgreSQL database (via Testcontainers)
    within Spring Boot Applications for local development and testing.