cicd + tool

This commit is contained in:
2026-01-07 16:51:12 +03:00
parent 3be81fc7a5
commit e7af1ffb0b
6 changed files with 195 additions and 0 deletions

View File

@@ -40,11 +40,18 @@
<artifactId>lombok</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-webflux-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-starter-webflux-ui</artifactId>
<version>3.0.1</version>
</dependency>
</dependencies>
<build>