feat: Implemented new Default-`StorageStrategy` `none'
[demos/kafka/chat] / src / main / java / de / juplo / kafka / chat / backend / persistence / storage / files / FilesStorageConfiguration.java
index df730aa..702d1d5 100644 (file)
@@ -19,8 +19,7 @@ import java.time.Clock;
 @ConditionalOnProperty(
     prefix = "chat.backend.inmemory",
     name = "storage-strategy",
-    havingValue = "files",
-    matchIfMissing = true)
+    havingValue = "files")
 @Configuration
 @EnableAutoConfiguration(
     exclude = {