suite_1.0.4 #9

Merged
fabio.sinibaldi merged 19 commits from suite_1.0.4 into master 2023-01-13 17:42:24 +01:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit b7788c063e - Show all commits

View File

@ -19,7 +19,7 @@
<javascript-client disabled="true" />
<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 /> -->
<swagger basePath="/${project.artifactId}" />
<swagger basePath="/${project.artifactId}/srv" />
<docs freemarkerTemplate="${project.basedir}/src/main/resources/META-INF/enunciate/d4science_docs.fmt">
<additional-css file="css/d4science_enunciate_custom.css" />
</docs>