We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4096058 commit 16e2471Copy full SHA for 16e2471
pom.xml
@@ -107,6 +107,12 @@
107
<version>2.5.0</version>
108
</dependency>
109
110
+
111
+ <dependency>
112
+ <groupId>org.springframework.boot</groupId>
113
+ <artifactId>spring-boot-starter-actuator</artifactId>
114
+ </dependency>
115
116
</dependencies>
117
118
src/main/resources/application.yaml
@@ -4,9 +4,9 @@ application:
4
5
volodb:
6
minio:
7
- url: http://minio:${MINIO_PORT}
8
- access-key: ${MINIO_ACCESS_KEY}
9
- secret-key: ${MINIO_SECRET_KEY}
+ url: http://minio:9000
+ access-key: hnvDi0J0TkJzIveMpUx7
+ secret-key: GKgCXqOE7Y7E9TpeT3BCdrfFEHNhrQrXdVyHJNZu
10
11
spring:
12
application:
0 commit comments