Skip to content

Commit

Permalink
Remove H2 console and runtime dependency
Browse files Browse the repository at this point in the history
#deploy-levende-arbeidsforhold-ansettelse

Disabled the H2 console and removed the corresponding runtime dependency from build.gradle. This change simplifies the configuration and reduces unnecessary dependencies.
  • Loading branch information
krharum committed Oct 21, 2024
1 parent d32e3bd commit 2d6e993
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion apps/levende-arbeidsforhold-ansettelse/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ dependencies {
runtimeOnly "org.postgresql:postgresql"

implementation "io.r2dbc:r2dbc-h2"
runtimeOnly "io.h2database:h2"

implementation "io.micrometer:micrometer-registry-prometheus"
implementation "org.springdoc:springdoc-openapi-starter-webflux-ui:$versions.springdoc"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@

spring:
h2:
console:
enabled: true
path: /h2
flyway:
# InMemmory database
url: jdbc:h2:mem:testdb
Expand Down

0 comments on commit 2d6e993

Please sign in to comment.