mirror of
https://github.com/jlengrand/spring-petclinic.git
synced 2026-03-10 00:31:24 +00:00
Add actuators to Gradle build
This commit is contained in:
@@ -24,6 +24,7 @@ dependencies {
|
||||
implementation 'org.springframework.boot:spring-boot-starter-web'
|
||||
implementation 'org.springframework.boot:spring-boot-starter-validation'
|
||||
implementation 'javax.cache:cache-api'
|
||||
runtimeOnly 'org.springframework.boot:spring-boot-starter-actuator'
|
||||
runtimeOnly 'org.webjars:webjars-locator-core'
|
||||
runtimeOnly "org.webjars.npm:bootstrap:${webjarsBootstrapVersion}"
|
||||
runtimeOnly "org.webjars.npm:font-awesome:${webjarsFontawesomeVersion}"
|
||||
|
||||
Reference in New Issue
Block a user