Interface ResteasyReactiveServerConfig
@ConfigMapping(prefix="quarkus.resteasy-reactive")
@ConfigRoot(phase=BUILD_TIME)
public interface ResteasyReactiveServerConfig
-
Method Summary
-
Method Details
-
path
Set this to define the application path that serves as the base URI for all JAX-RS resource URIs provided by@Pathannotations when there are no@ApplicationPathannotations defined onApplicationclasses.This value is always resolved relative to
quarkus.http.root-path.
-