Skip to content

Commit

Permalink
update readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
agrgr committed Dec 22, 2024
1 parent 3adc8b9 commit fbb09e4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
15 changes: 10 additions & 5 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ image:https://github.com/aerospike-community/spring-data-aerospike-starters/work

|===
|`spring-data-aerospike-starters` |`spring-data-aerospike` |`aerospike-client` |`aerospike-reactor-client`
|0.17.x
|5.0.x
|7.2.x
|7.1.x

|0.15.x, 0.16.x
|4.8.x
|7.2.x
Expand Down Expand Up @@ -108,11 +113,11 @@ spring.data.aerospike.repositories.type=NONE

== Example

You can find usage example in {repo-master}/spring-boot-starter-data-aerospike-example[_spring-boot-starter-data-aerospike-example_] module.
You can find usage example in {repo-master}/spring-boot-starter-example-aerospike[_spring-boot-starter-example-aerospike_] module.

Both reactive and sync examples are based on `embedded-aerospike` dependency usage (which requires docker to be running on the machine). This is the only requirement to be able to run the tests on your machine.
Both reactive and sync examples are based on `embedded-aerospike` dependency usage (which requires Docker to be running on the machine). This is the only requirement to be able to run the tests on your machine.

If you want to run the tests in these modules against your Aerospike instance follow the steps:
If you want to run the tests in these modules against your Aerospike instance follow these steps:

. Update `application.properties` file with the required Aerospike settings (host, port, namespace). This will point spring-data to your Aerospike instance.
. Update with `bootstrap.properties` file with `embedded.containers.enabled=false`. This will disable setup of embedded Aerospike.
. Update `application.properties` file with the required Aerospike settings (hosts, namespace). This will point spring-data to your Aerospike instance.
. Update `bootstrap.properties` file with `embedded.containers.enabled=false`. This will disable setup of embedded Aerospike.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<maven.gpg.plugin.version>1.6</maven.gpg.plugin.version>
<flatten.maven.plugin.version>1.6.0</flatten.maven.plugin.version>

<spring-data-aerospike.version>4.8.0-local-554_latest</spring-data-aerospike.version>
<spring-data-aerospike.version>4.8.0</spring-data-aerospike.version>
<aerospike-reactor-client.version>7.1.0</aerospike-reactor-client.version>
<aerospike-client.version>7.2.1</aerospike-client.version>
<embedded-aerospike.version>3.1.6</embedded-aerospike.version>
Expand Down

0 comments on commit fbb09e4

Please sign in to comment.