path | title |
---|---|
/learnings/java_jaxrs |
Learnings: Java: JaxRS |
Instead of setting @ApplicationPath
you can set the property spring.jersey.applicationPath
Two solutions:
- Set ApplicationPath to not be /
- Wrap the Spring Actuators in JaxRS endpoints
- https://github.com/rwilcox/spring_jaxrs_scala <-- Spring + JaxRS + Scala + Spring Data