Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The simplest way to get to started is to build a Spring Boot application because
----
dependencies {
...
compile("org.springframework.boot:spring-boot-starter-data-rest")
implementation("org.springframework.boot:spring-boot-starter-data-rest")
...
}
----
Expand Down Expand Up @@ -51,7 +51,7 @@ To add Spring Data REST to a Gradle-based project, add the `spring-data-rest-web
----
dependencies {
… other project dependencies
compile("org.springframework.data:spring-data-rest-webmvc:{version}")
implementation("org.springframework.data:spring-data-rest-webmvc:{version}")
}
----
====
Expand Down