Skip to content

Commit

Permalink
Update openapi maven configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
czetsuya committed Nov 27, 2019
1 parent fe1a1cb commit 68003c3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,11 @@
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-maven-plugin</artifactId>
<version>0.2</version>
<configuration>
<apiDocsUrl>http:https://localhost:8080/api-docs</apiDocsUrl>
<outputFileName>openapi.json</outputFileName>
<outputDir>${project.build.directory}</outputDir>
</configuration>
<executions>
<execution>
<phase>integration-test</phase>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ springdoc:
api-docs:
path: /api-docs
swagger-ui:
path: /swagger-ui
path: /swagger-docs


0 comments on commit 68003c3

Please sign in to comment.