Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hectorespert/testcontainers-spring-boot-asterisk
Asterisk Testcontainer Spring Boot
https://github.com/hectorespert/testcontainers-spring-boot-asterisk
asterisk hacktoberfest spring spring-boot springboot test-containers testcontainer
Last synced: 28 days ago
JSON representation
Asterisk Testcontainer Spring Boot
- Host: GitHub
- URL: https://github.com/hectorespert/testcontainers-spring-boot-asterisk
- Owner: hectorespert
- License: apache-2.0
- Created: 2023-06-28T18:40:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-01T17:12:52.000Z (about 1 month ago)
- Last Synced: 2024-10-04T11:23:31.597Z (about 1 month ago)
- Topics: asterisk, hacktoberfest, spring, spring-boot, springboot, test-containers, testcontainer
- Language: Java
- Homepage:
- Size: 148 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Asterisk Testcontainer Spring Boot
Asterisk testcontainer autoconfigured for Spring Based based into [PlaytikaOSS Test containers](https://github.com/PlaytikaOSS/testcontainers-spring-boot)
Asterisk image is generated here: [hectorespert/docker-asterisk](https://github.com/hectorespert/docker-asterisk)
## Usage
- Install and configure [PlaytikaOSS Test containers](https://github.com/PlaytikaOSS/testcontainers-spring-boot)
- Import as a test dependency
```xml
es.blackleg.java.testcontainers
embedded-asterisk
1.3.4
test```