From bb760e970ced70cad6763c603f31f472f262622d Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Wed, 8 Mar 2023 09:51:28 +0100 Subject: [PATCH] GH-163 - Fix wrong property name in integration test configuration. --- .../src/test/resources/application-h2.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-modulith-events/spring-modulith-events-jdbc/src/test/resources/application-h2.properties b/spring-modulith-events/spring-modulith-events-jdbc/src/test/resources/application-h2.properties index 41a8d9af..19f49d8f 100644 --- a/spring-modulith-events/spring-modulith-events-jdbc/src/test/resources/application-h2.properties +++ b/spring-modulith-events/spring-modulith-events-jdbc/src/test/resources/application-h2.properties @@ -3,4 +3,4 @@ spring.datasource.url=jdbc:h2:mem:testdb;DB_CLOSE_DELAY=-1 spring.test.database.replace=NONE -spring.modulith.jdbc-events.schema-initialization.enabled=true +spring.modulith.events.jdbc-schema-initialization.enabled=true