Skip to content

koscejev/resteasy-spring-boot

 
 

Repository files navigation

Build Status Codacy Badge Maven Central License

RESTEasy Spring Boot Starter

There was no RESTEasy Spring Boot starter out there, so PayPal team decided to create one and share it with the community.

This Spring Boot starter is fully functional, has ZERO PayPal specific code on it, and can be used normally by any regular Spring Boot application that wants to have REST endpoints and prefers RESTEasy as the JAX-RS implementation.

Also, this RESTEasy Spring Boot starter integrates with Spring as expected, which means every JAX-RS REST resource that is also a Spring bean will be automatically auto-scanned, integrated, and available.

Features

  • Enable RESTEasy and Spring integration for Spring Boot applications
  • Support JAX-RS sub-resources
  • Support automatic discovery of JAX-RS Application classes

Usage

Just add the Maven dependency below to your Spring Boot application pom file.

<dependency>
	<groupId>com.paypal.springboot</groupId>
	<artifactId>spring-boot-starter-resteasy</artifactId>
	<version>1.0.0-RELEASE</version>
</dependency>

Release notes

RESTEasy Spring Boot starter release notes.

Projects

sample-app

A simple Spring Boot application that exposes JAX-RS endpoints as Spring beans using RESTEasy via this RESTEasy Spring Boot starter.

spring-boot-starter-resteasy

The RESTEasy Spring Boot Starter project.

Reporting an issue

Please open an issue using our GitHub issues page.

Contributing

You are very welcome to contribute to RESTEasy Spring Boot starter! Read our Contribution guidelines.

Contacting us

To contact us, please send an email to facarvalho@paypal.com.

##License This project is licensed under the Apache 2 License.

About

RESTEasy Spring Boot Starter

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%