Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit 1d215f7

Browse files
author
Abhijit Sarkar
committed
Clarifies Spring Boot is required
1 parent ff02e73 commit 1d215f7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# cassandra-unit-spring
22

3-
Starts the Cassandra server and makes the ports available as Spring environment properties.
3+
Starts the Cassandra server and makes the ports available as Spring Boot environment properties.
44

5-
Requires Java 8 or later.
5+
Requires Java 8 or later, and Spring Boot.
66

77
## Installation
88

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ bintrayPluginVersion=1.8.5
1111

1212
projectGroup=com.asarkar.spring
1313
projectVersion=1.0.5
14-
projectDescription=Starts the Cassandra server and makes the ports available as Spring environment properties
14+
projectDescription=Starts the Cassandra server and makes the ports available as Spring Boot environment properties
1515
licenseName=Apache-2.0
1616
licenseUrl=http://www.apache.org/licenses/LICENSE-2.0.txt
1717
developerName=Abhijit Sarkar

0 commit comments

Comments
 (0)