Priyanka18agg
3 years agoNew Member
set 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