Create S3Client bean

This commit is contained in:
2025-11-10 21:56:50 +05:00
parent 6ccb1af8e5
commit 19b555e9f9
7 changed files with 100 additions and 3 deletions

View File

@ -31,6 +31,7 @@
<java.version>21</java.version>
<modelmapper.version>3.2.4</modelmapper.version>
<spring-dotenv.version>4.0.0</spring-dotenv.version>
</properties>
<dependencyManagement>
<dependencies>
@ -81,6 +82,12 @@
<artifactId>s3</artifactId>
</dependency>
<dependency>
<groupId>me.paulschwarz</groupId>
<artifactId>spring-dotenv</artifactId>
<version>${spring-dotenv.version}</version>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>