feat: swagger & requests annotations

This commit is contained in:
Piotr Dec 2024-06-15 00:04:06 +02:00
parent f42dcce74b
commit cf0bf5d97e
Signed by: stawros
GPG key ID: F89F27AD8F881A91
3 changed files with 12 additions and 5 deletions

View file

@ -28,6 +28,7 @@
<!-- dependencies -->
<wiremock.version>3.5.4</wiremock.version>
<openapi.version>2.5.0</openapi.version>
<!-- plugins -->
<jsonschema2pojo.version>1.2.1</jsonschema2pojo.version>
@ -62,6 +63,11 @@
<artifactId>lombok</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
<version>${openapi.version}</version>
</dependency>
<!-- Database -->
<dependency>