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
2017-08-03 18:44:11 +01:00
..
eclipse-code-formatter.xml Enable the use of formatter off and on tags in Eclipse 2016-01-29 16:05:18 +00:00
org.eclipse.jdt.core.prefs Add support for making endpoints accessible via HTTP 2017-08-03 18:44:11 +01:00
org.eclipse.jdt.ui.prefs Update eclipse setting to use 2017 copyright year 2017-01-04 18:32:14 -08:00
spring-boot-project.setup Introduce spring-boot-autoconfigure-processor 2017-01-23 22:14:56 -08:00