ContributionsMost RecentMost LikesSolutionsset BasePath in OpenApi 3.0 while using 2.0, was using below to set basePath: .pathProvider(new RelativePathProvider(servletContext){ @Override public String getApplicationBasePath() { return endPoint + super.getApplicationBasePath(); } Can anyone how how to achieve the same when using 3.0.0