Registry / web-framework / spring-boot-starter-jersey

spring-boot-starter-jersey

JSON →
library4.1.0javamavenunverified

Starter for using JAX-RS and Jersey with Spring Boot.

<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-jersey</artifactId> <version>4.1.0</version> </dependency>
INSTALL
IMPORT
SIG · SPRING-BOOT-STARTE
S
spring-boot-starter-jersey
web-frameworkjavav4.1.0
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.

ResourceConfig
org.glassfish.jersey.server.ResourceConfig

Registers a JAX-RS resource with Jersey in Spring Boot.

import org.glassfish.jersey.server.ResourceConfig; import org.springframework.stereotype.Component; @Component public class JerseyConfig extends ResourceConfig { public JerseyConfig() { register(MyResource.class); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.1.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
spring-boot-starter-jersey — mvn dependency:get spring-boot-starter-jersey · libregistry