1
0
mirror of https://github.com/pcvolkmer/mv64e-etl-processor synced 2025-09-13 17:02:52 +00:00

test: add pseudonymize generator property and default to tests

This commit is contained in:
2024-01-12 19:59:01 +01:00
parent 7ac151202a
commit 113bf2dd2e
3 changed files with 5 additions and 2 deletions

View File

@@ -61,7 +61,7 @@ class AppConfiguration {
return GpasPseudonymGenerator(configProperties)
}
@ConditionalOnProperty(value = ["app.pseudonymize.generator"], havingValue = "BUILDIN")
@ConditionalOnProperty(value = ["app.pseudonymize.generator"], havingValue = "BUILDIN", matchIfMissing = true)
@Bean
fun buildinPseudonymGenerator(): Generator {
return AnonymizingGenerator()