SpringDocsを追加

feature-backend-add-springdocs
Masaharu.Kato 4 months ago
parent 966b1cc7c6
commit 1a3a0f2bfe
  1. 8
      backend/pom.xml

@ -85,6 +85,14 @@
<artifactId>spring-security-test</artifactId>
<scope>test</scope>
</dependency>
<!-- Springdocs -->
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
<version>2.5.0</version>
</dependency>
</dependencies>
<build>

Loading…
Cancel
Save