spring-boot/spring-boot-samples/spring-boot-sample-jersey/src/main/java/sample/jersey
Andy Wilkinson 492cf4ef54 Add jersey-bean-validation to spring-boot-starter-jersey
A dependency on org.glassfish.jersey.ext:jersey-bean-validation has
been added to spring-boot-starter-jersey. jersey-bean-validation’s EL
dependencies have been excluded in favour of those provided by
spring-boot-starter-tomcat (or starter-jetty or starter-undertow should
the user choose to use a different embedded container).

Closes gh-2315
2015-01-15 09:50:05 +00:00
..
Endpoint.java Use constructor injection for Jersey sample 2014-11-23 07:27:49 +00:00
JerseyConfig.java Add jersey-bean-validation to spring-boot-starter-jersey 2015-01-15 09:50:05 +00:00
ReverseEndpoint.java Add jersey-bean-validation to spring-boot-starter-jersey 2015-01-15 09:50:05 +00:00
SampleJerseyApplication.java Update samples to use @SpringBootApplication 2014-11-06 22:51:09 -08:00
Service.java Inject ResourceConfig instance (not class) into Jersey 2014-11-22 17:17:53 +00:00