Forum Discussion

Priyanka18agg's avatar
Priyanka18agg
New Member
3 years ago

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

1 Reply

  • srahulonline's avatar
    srahulonline
    Occasional Visitor

    Hi Priyanka

     

    Did you find the answer to your question. I am also looking for the same. If yes can you share how did you do the same with 3.0.0