Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 1.26 KB

learning_java_jaxrs.md

File metadata and controls

38 lines (23 loc) · 1.26 KB
path title
/learnings/java_jaxrs
Learnings: Java: JaxRS

Table Of Contents

Learning Java: JaxRS <<Learning_Java_JaxRS>>

In Spring

Instead of setting @ApplicationPath you can set the property spring.jersey.applicationPath

"I set ApplicationPath to / and now I don't see my actuator endpoints!!!!"

Two solutions:

  1. Set ApplicationPath to not be /
  2. Wrap the Spring Actuators in JaxRS endpoints

See also:

Book Recommedations