d36b90a1d0
* 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>
17 lines
231 B
Markdown
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
|
|
```
|
|
|