feat: add Swagger/OpenAPI documentation

This commit is contained in:
2026-02-24 08:19:41 +03:00
parent 646179485c
commit 37f2afcd2b
4 changed files with 51 additions and 1 deletions

View File

@@ -66,6 +66,11 @@
<version>${jjwt.version}</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
<version>2.5.0</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>