Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation for 3.3. Springfox Spring Data Rest #2810

Merged
merged 1 commit into from
Dec 17, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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