An open API service indexing awesome lists of open source software.

https://github.com/ingogriebsch/sample-spring-data-solr-testcontainers-utilization

This sample shows you how to utilize the Testcontainers usage with Spring Data Solr (and Spring Boot)
https://github.com/ingogriebsch/sample-spring-data-solr-testcontainers-utilization

example java sample spring spring-boot spring-data spring-data-solr testcontainers

Last synced: 27 days ago
JSON representation

This sample shows you how to utilize the Testcontainers usage with Spring Data Solr (and Spring Boot)

Awesome Lists containing this project

README

          

# Spring Data Solr Testcontainers utilization sample
[![Build Status](https://travis-ci.org/ingogriebsch/sample-spring-data-solr-testcontainers-utilization.svg?branch=master)](https://travis-ci.org/ingogriebsch/sample-spring-data-solr-testcontainers-utilization)
[![Codecov Status](https://codecov.io/gh/ingogriebsch/sample-spring-data-solr-testcontainers-utilization/branch/master/graph/badge.svg)](https://codecov.io/gh/ingogriebsch/sample-spring-data-solr-testcontainers-utilization)
[![Codacy Status](https://api.codacy.com/project/badge/Grade/c8bb2e8a929f406db16114e64677ffa3)](https://www.codacy.com/app/ingo.griebsch/sample-spring-data-solr-testcontainers-utilization?utm_source=github.com&utm_medium=referral&utm_content=ingogriebsch/sample-spring-data-solr-testcontainers-utilization&utm_campaign=Badge_Grade)
[![DepShield Status](https://depshield.sonatype.org/badges/ingogriebsch/sample-spring-data-solr-testcontainers-utilization/depshield.svg)](https://depshield.github.io)
[![License](http://img.shields.io/:license-apache-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0.html)

This sample shows you how to utilize the Testcontainers usage with Spring Data Solr (and Spring Boot).

## Used frameworks
Collection of the mainly used frameworks in this project. There are more, but they are not that present inside the main use case therefore they are not listed here.

* [Spring Data Solr](https://docs.spring.io/spring-data/solr/docs/2.1.10.RELEASE/reference/html/)
* [Spring Boot](https://docs.spring.io/spring-boot/docs/1.5.10.RELEASE/reference/htmlsingle/)
* [Testcontainers](https://www.testcontainers.org/)

## License
This code is open source software licensed under the [Apache 2.0 License](https://www.apache.org/licenses/LICENSE-2.0.html).