java.lang.Object
org.litebridgedb.spring.boot.autoconfigure.LitebridgeProperties

@ConfigurationProperties(prefix="litebridge") public class LitebridgeProperties extends Object
Spring Boot configuration properties for Litebridge.
  • Constructor Details

    • LitebridgeProperties

      public LitebridgeProperties()
  • Method Details

    • getDatabaseProvider

      Get the database provider configuration.
      Returns:
      database provider configuration
    • setDatabaseProvider

      public void setDatabaseProvider(LitebridgeProperties.DatabaseProviderProperties databaseProvider)
      Set the database provider configuration.
      Parameters:
      databaseProvider - database provider configuration
    • getScanBasePackage

      public @Nullable String[] getScanBasePackage()
      Get the base packages to scan for Litebridge entities or type-safe DTO mappings.
      Returns:
      base packages to scan
    • setScanBasePackage

      public void setScanBasePackage(@Nullable String[] scanBasePackage)
      Set the base packages to scan for Litebridge entities or type-safe DTO mappings.
      Parameters:
      scanBasePackage - base packages to scan