Registry / web-framework / spring-data-rest-core

spring-data-rest-core

JSON →
library5.0.5javamavenunverified

Spring Data REST is a framework that exposes Spring Data repositories as RESTful web services.

<dependency> <groupId>org.springframework.data</groupId> <artifactId>spring-data-rest-core</artifactId> <version>5.0.5</version> </dependency>
INSTALL
IMPORT
SIG · SPRING-DATA-REST-C
S
spring-data-rest-core
web-frameworkjavav5.0.5
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

Minimal usage of Spring Data REST to expose a repository

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

No known issues recorded.

Upgrade
Version history
5.0.5latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
20 hits · last 30 days
node
16
OpenAI (training)
2
Resources
spring-data-rest-core — mvn dependency:get spring-data-rest-core · libregistry