Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/springtainer/springtainer-common
Common utils for testcontainer implementations
https://github.com/springtainer/springtainer-common
spring spring-boot testcontainers testing
Last synced: about 1 month ago
JSON representation
Common utils for testcontainer implementations
- Host: GitHub
- URL: https://github.com/springtainer/springtainer-common
- Owner: springtainer
- License: mit
- Created: 2018-03-14T06:36:41.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-26T22:13:44.000Z (over 1 year ago)
- Last Synced: 2024-09-29T00:20:20.122Z (about 2 months ago)
- Topics: spring, spring-boot, testcontainers, testing
- Language: Java
- Homepage:
- Size: 90.8 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# springtainer-common
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.avides.springboot.springtainer/springtainer-common/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.avides.springboot.springtainer/springtainer-common)
[![Build](https://github.com/springtainer/springtainer-common/workflows/release/badge.svg)](https://github.com/springtainer/springtainer-common/actions)
[![Nightly build](https://github.com/springtainer/springtainer-common/workflows/nightly/badge.svg)](https://github.com/springtainer/springtainer-common/actions)
[![Coverage report](https://sonarcloud.io/api/project_badges/measure?project=springtainer_springtainer-common&metric=coverage)](https://sonarcloud.io/dashboard?id=springtainer_springtainer-common)
[![Quality Gate](https://sonarcloud.io/api/project_badges/measure?project=springtainer_springtainer-common&metric=alert_status)](https://sonarcloud.io/dashboard?id=springtainer_springtainer-common)
[![Technical dept](https://sonarcloud.io/api/project_badges/measure?project=springtainer_springtainer-common&metric=sqale_index)](https://sonarcloud.io/dashboard?id=springtainer_springtainer-common)### Dependency
```xmlcom.avides.springboot.springtainer
springtainer-common
1.4.0```
### Configuration
Properties consumed (in `bootstrap.properties`):
- `embedded.container.common.network` (default is `bridge`)
- `embedded.container.cleanup.enabled` (default is `true`)
- `embedded.container.cleanup.after-minutes` (default is `10`)
- `embedded.container.cleanup.max-concurrent-per-issuer` (default is `10`)
- `embedded.container.mac.localhost.host` (default is `127.0.0.1`)