fixed app properties

This commit is contained in:
2025-12-30 09:13:01 -05:00
parent 82508e9fcc
commit fdaf25927d
2 changed files with 4 additions and 5 deletions

View File

@@ -171,6 +171,10 @@
<artifactId>minio</artifactId>
<version>8.4.3</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>
</dependencies>
<build>