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