Registry / web-framework / spring-data-rest-hal-browser

spring-data-rest-hal-browser

JSON →
library3.3.9.RELEASEjavamavenunverified

Provides a HAL browser for exploring Spring Data REST APIs.

<dependency> <groupId>org.springframework.data</groupId> <artifactId>spring-data-rest-hal-browser</artifactId> <version>3.3.9.RELEASE</version> </dependency>
INSTALL
IMPORT
SIG · SPRING-DATA-REST-H
S
spring-data-rest-hal-browser
web-frameworkjavav3.3.9.RELEASE
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.

HalBrowser
org.springframework.data.rest.webmvc.halbrowser.HalBrowser

Register the HAL browser bean to enable the HAL explorer UI.

import org.springframework.data.rest.webmvc.halbrowser.HalBrowser; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; @Configuration public class HalBrowserConfig { @Bean public HalBrowser halBrowser() { return new HalBrowser(); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.3.9.RELEASElatest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
8
Bingbot
1
Resources
spring-data-rest-hal-browser — mvn dependency:get spring-data-rest-hal-browser · libregistry