From 65bc1e325bc4523c8ba18600964f16f5ad1efd8e Mon Sep 17 00:00:00 2001 From: Hai Phuc Nguyen <“3423575+haiphucnguyen@users.noreply.github.com”> Date: Thu, 19 Jun 2025 11:55:48 -0700 Subject: [PATCH] Update --- .github/workflows/gradle.yml | 2 +- README.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 6e3f45d..ee242a7 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -1,4 +1,4 @@ -name: Java CI with Gradle +name: Build Status on: push: diff --git a/README.md b/README.md index 78912f0..cdf6203 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ [![Build Status](https://github.com/flowinquiry/spring-testcontainers/actions/workflows/gradle.yml/badge.svg)](https://github.com/flowinquiry/spring-testcontainers/actions/workflows/gradle.yml) [![Maven Central](https://img.shields.io/maven-central/v/io.flowinquiry.testcontainers/spring-testcontainers?label=Maven%20Central)](https://search.maven.org/artifact/io.flowinquiry.testcontainers/spring-testcontainers) +[![Docs](https://img.shields.io/badge/docs-view-blue)](https://spring-testcontainers.flowinquiry.io) Spring-TestContainers is a Java library that makes it easier to write integration tests with Testcontainers, especially when you're using Spring or Spring Boot. It handles the setup and lifecycle of containers for you, so you can focus on testing—not boilerplate. @@ -229,6 +230,10 @@ Currently, the following containers are supported: - MySQL - Ollama +## Documentation + +See the [documentation](https://spring-testcontainers.flowinquiry.io) for detailed instructions on how to use Spring TestContainers annotations and how to extend the library with your own custom modules. + ## Examples The project includes several example modules demonstrating how to use Spring-TestContainers: