We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6fcf0f commit 55ee01bCopy full SHA for 55ee01b
springdoc-openapi-common/src/main/java/org/springdoc/core/OpenAPIService.java
@@ -808,6 +808,14 @@ public SecurityService getSecurityParser() {
808
return securityParser;
809
}
810
811
+ /**
812
+ * Gets server base URL
813
+ *
814
+ * @return the server base URL
815
+ public String getServerBaseUrl() {
816
+ return serverBaseUrl;
817
+ }
818
+
819
@Override
820
public void setApplicationContext(ApplicationContext applicationContext) throws BeansException {
821
this.context = applicationContext;
0 commit comments