Skip to content

Commit

Permalink
Merge pull request #2810 from paulvi/patch-1
Browse files Browse the repository at this point in the history
Documentation for 3.3. Springfox Spring Data Rest
  • Loading branch information
dilipkrish committed Dec 17, 2018
2 parents db8e4d1 + 87a30d0 commit 379f0ce
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 379f0ce

Please sign in to comment.