Конфигурационный файл

This commit is contained in:
RoyceDa
2026-02-10 07:34:13 +02:00
parent b671262aa2
commit f8be7f5c65
9 changed files with 163 additions and 15 deletions

View File

@@ -40,5 +40,13 @@
<artifactId>jakarta.persistence-api</artifactId>
<version>3.1.0</version>
</dependency>
<!-- Source: https://mvnrepository.com/artifact/org.yaml/snakeyaml -->
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>2.5</version>
</dependency>
</dependencies>
</project>