Package io.dialob.spring.composer.config
Class PgConfig
- java.lang.Object
-
- io.dialob.spring.composer.config.PgConfig
-
@ConditionalOnProperty(name="dialob.formdb.pg.enabled", havingValue="true") public class PgConfig extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPgConfig.Loader
-
Constructor Summary
Constructors Constructor Description PgConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PgConfig.LoaderautoCreate(DialobStore store)DialobStorehdesStore(Optional<DialobStore.DialobCredsSupplier> authorProvider, PgConfigBean config, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-
-
-
Method Detail
-
hdesStore
@Bean public DialobStore hdesStore(Optional<DialobStore.DialobCredsSupplier> authorProvider, PgConfigBean config, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-
autoCreate
@ConditionalOnProperty(name="dialob.formdb.pg.autoCreate", havingValue="true") @Bean public PgConfig.Loader autoCreate(DialobStore store)
-
-