Skip to content

Commit

Permalink
feat: added health check
Browse files Browse the repository at this point in the history
  • Loading branch information
miguel-merlin committed Feb 6, 2025
1 parent d5a7ff0 commit 097ba6a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ dependencies {
implementation 'org.springframework.data:spring-data-rest-hal-explorer'
implementation "org.springframework.boot:spring-boot-starter-security"
implementation 'org.hibernate:hibernate-validator:6.0.13.Final'
implementation 'org.springframework.boot:spring-boot-starter-actuator'
compileOnly 'org.projectlombok:lombok'
runtimeOnly 'com.h2database:h2'
annotationProcessor 'org.projectlombok:lombok'
Expand Down
2 changes: 2 additions & 0 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@ spring.datasource.username=${SPRING_DATASOURCE_USERNAME:blueprint_admin_backend}
spring.datasource.password=${SPRING_DATASOURCE_PASSWORD:postgres}

spring.profiles.active=${SPRING_PROFILES_ACTIVE:dev}
security.basic.enabled=false
management.security.enabled=false

blueprint_yaml.api.baseurl = https://auth.api.sitblueprint.com/api/v1

0 comments on commit 097ba6a

Please sign in to comment.