Package io.dialob.spring.composer.config
Class FileConfig
- java.lang.Object
-
- io.dialob.spring.composer.config.FileConfig
-
@ConditionalOnProperty(name="dialob.formdb.file.enabled", havingValue="true") public class FileConfig extends Object
-
-
Constructor Summary
Constructors Constructor Description FileConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DialobStoredialobStore(Optional<DialobStore.DialobCredsSupplier> authorProvider, FileConfigBean gitConfigBean, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-
-
-
Method Detail
-
dialobStore
@Bean public DialobStore dialobStore(Optional<DialobStore.DialobCredsSupplier> authorProvider, FileConfigBean gitConfigBean, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-
-