Class InternalDbAdminConfiguration

java.lang.Object
tech.ailef.dbadmin.internal.InternalDbAdminConfiguration

@ConditionalOnProperty(name="dbadmin.enabled", matchIfMissing=true) @ComponentScan @Configuration public class InternalDbAdminConfiguration extends Object
Configuration class for the "internal" data source. This is place in the root "internal" package, so as to allow component scanning and detection of models and repositories.
  • Constructor Details

    • InternalDbAdminConfiguration

      public InternalDbAdminConfiguration()