Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Additional Configuration

Use "cxf.path" property to customize a CXFServlet URL pattern.

...

Additional Configuration

Use "cxf.path" property to customize a CXFServlet URL pattern.

Use "cxf.jaxrs.component-scan" property to create a JAX-RS endpoint from the auto-discovered JAX-RS root resources and providers which are marked as Spring Components (annotated with Spring @Component or created and returned from @Bean methods).

Use "cxf.jaxrs.classes-scan" property to create a JAX-RS endpoint from the auto-discovered JAX-RS root resources and provider classes. Such classes do not have to be annotated Spring @Component. This property needs be accompanied with a "cxf.jaxrs.classes-scan-packages" property which sets a comma-separated list of the packages to scan.

Note "cxf.jaxrs.component-scan" and "cxf.jaxrs.classes-scan" are mutually exclusive.