Skip to content

Commit

Permalink
#28 Adição das dependências necessárias para gerar o Swagger
Browse files Browse the repository at this point in the history
  • Loading branch information
AndersonBarbosaDeFreitas committed Nov 11, 2021
1 parent 1023c13 commit b3994da
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,18 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>
</dependency>

<!-- Documentation -->
<dependency>
<groupId>io.springfox</groupId>
<artifactId>springfox-boot-starter</artifactId>
<version>3.0.0</version>
</dependency>
<dependency>
<groupId>io.springfox</groupId>
<artifactId>springfox-swagger-ui</artifactId>
<version>3.0.0</version>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit b3994da

Please sign in to comment.