Skip to content

Commit

Permalink
Switch spring datasource to flyway in test config
Browse files Browse the repository at this point in the history
#deploy-levende-arbeidsforhold-ansettelse

Updated the application.yaml to replace the spring datasource configuration with a flyway configuration for the test environment. This change is intended to streamline database migrations during testing.
  • Loading branch information
krharum committed Oct 20, 2024
1 parent b4b09a3 commit d9121be
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

spring:
datasource:
flyway:
url: jdbc:h2:mem:testdb
username: sa
password:

0 comments on commit d9121be

Please sign in to comment.