Skip to content

Latest commit

 

History

History

spring-boot-testcontainers

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Spring Boot and Testcontainers Example

Related Articles

Technologies:

  • Spring Boot 3.1.2 (Spring Web MVC, Spring Data JPA and Spring Test)
  • Testcontainers 1.19.0
  • PostgreSQL 15, Alpine Linux base image postgres:15-alpine
  • Java 17
  • JUnt 5

How to start

$ git clone https://github.com/mkyong/spring-boot.git

$ cd spring-boot-testcontainers

$ ./mvnw test

$ ./mvnw spring-boot:run