Fixes #24316
This commit is contained in:
parent
bff898c57d
commit
b7788c063e
|
@ -19,7 +19,7 @@
|
||||||
<javascript-client disabled="true" />
|
<javascript-client disabled="true" />
|
||||||
<docs docsDir="${project.build.directory}" docsSubdir="api-docs" />
|
<docs docsDir="${project.build.directory}" docsSubdir="api-docs" />
|
||||||
<!-- REPLACE THE ${project.artifactId} WITH YOUR APPLICATION NAME. E.g. /gcat, /uri-resolver. if the ${project.artifactId} is not matching your APPLICATION Name /> -->
|
<!-- REPLACE THE ${project.artifactId} WITH YOUR APPLICATION NAME. E.g. /gcat, /uri-resolver. if the ${project.artifactId} is not matching your APPLICATION Name /> -->
|
||||||
<swagger basePath="/${project.artifactId}" />
|
<swagger basePath="/${project.artifactId}/srv" />
|
||||||
<docs freemarkerTemplate="${project.basedir}/src/main/resources/META-INF/enunciate/d4science_docs.fmt">
|
<docs freemarkerTemplate="${project.basedir}/src/main/resources/META-INF/enunciate/d4science_docs.fmt">
|
||||||
<additional-css file="css/d4science_enunciate_custom.css" />
|
<additional-css file="css/d4science_enunciate_custom.css" />
|
||||||
</docs>
|
</docs>
|
||||||
|
|
Loading…
Reference in New Issue