Registry / web-framework / spring-boot-starter-data-rest

spring-boot-starter-data-rest

JSON →
library4.0.6javamavenunverified

Starter for exposing Spring Data repositories over REST using Spring Data REST and Spring MVC.

<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-rest</artifactId> <version>4.0.6</version> </dependency>
INSTALL
IMPORT
SIG · SPRING-BOOT-STARTE
S
spring-boot-starter-data-rest
web-frameworkjavav4.0.6
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

RepositoryRestResource
org.springframework.data.rest.core.annotation.RepositoryRestResource

Exposes a CRUD repository as a REST endpoint.

import org.springframework.data.rest.core.annotation.RepositoryRestResource; import org.springframework.data.repository.CrudRepository; @RepositoryRestResource public interface PersonRepository extends CrudRepository<Person, Long> {}
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.0.6latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
8
Resources
spring-boot-starter-data-rest — mvn dependency:get spring-boot-starter-data-rest · libregistry