Skip to content
Snippets Groups Projects
Commit 88d5a500 authored by Burhan Akbar's avatar Burhan Akbar
Browse files

Add Spring Boot Actuator dependency

parent 9d298d79
No related branches found
No related tags found
No related merge requests found
......@@ -30,6 +30,7 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-jdbc'
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation 'org.springframework.boot:spring-boot-starter-security'
implementation 'org.springframework.boot:spring-boot-starter-actuator'
testImplementation 'org.springframework.security:spring-security-test'
testImplementation 'junit:junit:4.13.2'
compileOnly 'org.projectlombok:lombok'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment