Skip to content

Commit

Permalink
Documentation for 3.3. Springfox Spring Data Rest
Browse files Browse the repository at this point in the history
Documentation for 3.3. Springfox Spring Data Rest - make 2 steps clear
  • Loading branch information
paulvi committed Dec 7, 2018
1 parent 90c30cc commit 87a30d0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/asciidoc/getting_started.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,8 @@ NOTE: This is still in ***incubation***.

In order to use it

1. add the `springfox-data-rest` dependency.
1. add the `springfox-data-rest` dependency (via Gradle or Maven).
2. Import the configuration from the `springfox-data-rest` module (via Java or xml config) as shown below

==== Gradle
[source,groovy]
Expand All @@ -192,7 +193,7 @@ dependencies {
</dependency>
----

1. Import the configuration from the `springfox-data-rest` module as shown below


==== java config
[source,java]
Expand Down

0 comments on commit 87a30d0

Please sign in to comment.