Skip to content

Commit

Permalink
Swagger (#10)
Browse files Browse the repository at this point in the history
* swagger approach 1

* add servlet dependency

* add dependency for swagger

* remove redundant property

---------

Co-authored-by: joseph-alakach <[email protected]>
  • Loading branch information
Yerish26 and joseph-alakach authored May 8, 2024
1 parent ccb289d commit f6eb38f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,12 @@
<artifactId>llama</artifactId>
<version>3.0.1</version>
</dependency>

<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
<version>2.3.0</version>
</dependency>
</dependencies>


Expand Down

0 comments on commit f6eb38f

Please sign in to comment.