File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -9,12 +9,23 @@ Embedded Cassandra
99
1010Embedded Cassandra provides an easy way to start and stop [ Apache Cassandra] ( https://cassandra.apache.org ) .
1111
12- To learn more about Embedded Cassandra, please consult the [ reference documentation] ( https://nosan.github.io/embedded-cassandra/4.1 .0 ) .
12+ To learn more about Embedded Cassandra, please consult the [ reference documentation] ( https://nosan.github.io/embedded-cassandra/5.0 .0 ) .
1313
1414All versions of Embedded Cassandra reference documentation are [ here] ( https://nosan.github.io/embedded-cassandra ) .
1515
1616Here is a quick teaser of starting Cassandra:
1717
18+ ``` xml
19+
20+ <dependecies >
21+ <dependency >
22+ <groupId >com.github.nosan</groupId >
23+ <artifactId >embedded-cassandra</artifactId >
24+ <version >5.0.0</version >
25+ </dependency >
26+ </dependecies >
27+ ```
28+
1829``` java
1930import java.net.InetSocketAddress ;
2031
@@ -47,6 +58,7 @@ public class CassandraExample {
4758}
4859```
4960
61+
5062## Issues
5163
5264` Embedded Cassandra ` uses GitHub's issue tracking system to report bugs and feature requests. If you want to raise an
You can’t perform that action at this time.
0 commit comments