Skip to content

Commit

Permalink
Add numbering to simplify the flow
Browse files Browse the repository at this point in the history
  • Loading branch information
roimenashe committed Nov 2, 2023
1 parent 77a59dd commit e757aff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ Data Aerospike - Projections]

== Quick Start

=== Maven configuration
=== 1. Maven configuration

Add the `spring-data-aerospike` Maven dependency:

Expand All @@ -109,7 +109,7 @@ Notes:
https://github.com/aerospike/spring-data-aerospike/releases[GitHub releases] to find out the latest version number.
* Spring Data Aerospike uses the Aerospike Java Client (and Aerospike Reactive Java Client) under the hood.

=== AerospikeRepository
=== 2. AerospikeRepository

`AerospikeRepository` is the simplest way to interact with Aerospike using Spring Data Aerospike.

Expand All @@ -134,7 +134,7 @@ public interface PersonRepository extends AerospikeRepository<Person, Long> {

For non-blocking reactive API use `ReactiveAerospikeRepository`.

=== Configuration
=== 3. Configuration

In order to configure Spring Data Aerospike you will need to create a configuration class that extends
`AbstractAerospikeDataConfiguration`, defines the relevant Spring Data Repositories via `@EnableAerospikeRepositories`
Expand Down

0 comments on commit e757aff

Please sign in to comment.