Class LitebridgeProperties
java.lang.Object
org.litebridgedb.spring.boot.autoconfigure.LitebridgeProperties
Spring Boot configuration properties for Litebridge.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classDatabase provider configuration properties. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the database provider configuration.@Nullable String[]Get the base packages to scan for Litebridge entities or type-safe DTO mappings.voidsetDatabaseProvider(LitebridgeProperties.DatabaseProviderProperties databaseProvider) Set the database provider configuration.voidsetScanBasePackage(@Nullable String[] scanBasePackage) Set the base packages to scan for Litebridge entities or type-safe DTO mappings.
-
Constructor Details
-
LitebridgeProperties
public LitebridgeProperties()
-
-
Method Details
-
getDatabaseProvider
Get the database provider configuration.- Returns:
- database provider configuration
-
setDatabaseProvider
Set the database provider configuration.- Parameters:
databaseProvider- database provider configuration
-
getScanBasePackage
Get the base packages to scan for Litebridge entities or type-safe DTO mappings.- Returns:
- base packages to scan
-
setScanBasePackage
Set the base packages to scan for Litebridge entities or type-safe DTO mappings.- Parameters:
scanBasePackage- base packages to scan
-