We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a8a1978 + 717449f commit 0ff17c6Copy full SHA for 0ff17c6
1 file changed
build.gradle
@@ -63,6 +63,9 @@ dependencies {
63
// Apache POI
64
implementation 'org.apache.poi:poi:4.1.2'
65
implementation 'org.apache.poi:poi-ooxml:4.1.2'
66
+
67
+ // actuator
68
+ implementation 'org.springframework.boot:spring-boot-starter-actuator'
69
}
70
71
tasks.named('test') {
0 commit comments