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)
- Host: GitHub
- URL: https://github.com/ingogriebsch/sample-spring-data-solr-testcontainers-utilization
- Owner: ingogriebsch
- License: apache-2.0
- Created: 2018-10-29T14:38:48.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2022-10-24T07:41:19.000Z (over 3 years ago)
- Last Synced: 2025-03-02T11:49:36.716Z (over 1 year ago)
- Topics: example, java, sample, spring, spring-boot, spring-data, spring-data-solr, testcontainers
- Language: Java
- Size: 71.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Spring Data Solr Testcontainers utilization sample
[](https://travis-ci.org/ingogriebsch/sample-spring-data-solr-testcontainers-utilization)
[](https://codecov.io/gh/ingogriebsch/sample-spring-data-solr-testcontainers-utilization)
[](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)
[](https://depshield.github.io)
[](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).