This commit is contained in:
Igor I
2025-02-26 09:12:45 +05:00
parent 3d13a2e010
commit fbdeb8b36d
7 changed files with 171 additions and 3 deletions

View File

@ -63,6 +63,10 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-jpa</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-vault-config</artifactId>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>