You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
spring-boot/eclipse
Andy Wilkinson 9687a5041e Add support for making endpoints accessible via HTTP
This commit adds support for exposing endpoint operations over HTTP.
Jersey, Spring MVC, and WebFlux are all supported but the programming
model remains web framework agnostic. When using WebFlux, blocking
operations are automatically performed on a separate thread using
Reactor's scheduler support. Support for web-specific extensions is
provided via a new `@WebEndpointExtension` annotation.

Closes gh-7970
Closes gh-9946
Closes gh-9947
7 years ago
..
eclipse-code-formatter.xml Enable the use of formatter off and on tags in Eclipse 9 years ago
org.eclipse.jdt.core.prefs Add support for making endpoints accessible via HTTP 7 years ago
org.eclipse.jdt.ui.prefs Update eclipse setting to use 2017 copyright year 8 years ago
spring-boot-project.setup Introduce spring-boot-autoconfigure-processor 8 years ago