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 4725753 commit 8a28801Copy full SHA for 8a28801
build.gradle
@@ -24,6 +24,7 @@ dependencies {
24
implementation 'org.springframework.boot:spring-boot-starter-web'
25
implementation 'org.springframework.boot:spring-boot-starter-validation'
26
implementation 'javax.cache:cache-api'
27
+ runtimeOnly 'org.springframework.boot:spring-boot-starter-actuator'
28
runtimeOnly 'org.webjars:webjars-locator-core'
29
runtimeOnly "org.webjars.npm:bootstrap:${webjarsBootstrapVersion}"
30
runtimeOnly "org.webjars.npm:font-awesome:${webjarsFontawesomeVersion}"
0 commit comments