Files
spring-boot-rest/persistence-modules/spring-data-cassandra-test/README.md
nrsureshdeveloper 2aaf917a8b Bael-5023 data cassandra test (#11082)
* Example implementation of Hexagonal Architecture pattern

* Example Cassandra Springboot application demonstrating the usage of @DataCassandraTest annotation

* Example Cassandra Springboot application demonstrating the usage of @DataCassandraTest annotation

* temporarily ignoring the unit test

* removed ddd-hexagonal-arch module

* changed the test to LiveTest
added readme

* refactored test names

* changes per review comments

* upgraded Cassandra java core driver versino

Co-authored-by: Suresh Raghavan <contactnrsuresh@gmail.com>
2021-07-31 12:40:19 -07:00

17 lines
231 B
Markdown

## Spring @DataCassandraTest
### Build the Project
```
mvn clean install
```
### Prerequisite To Run Test
- Docker Engine must be running on the system
- Docker Compose must be installed
### Run Tests Directly
```
mvn test
```