set BasePath in OpenApi 3.0
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2021
08:44 PM
12-09-2021
08:44 PM
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
Labels:
- Labels:
-
REST
1 REPLY 1
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2022
12:22 PM
05-09-2022
12:22 PM
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
