Package tech.ailef.dbadmin.internal
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. Place in the root "internal"
package so as to allow component scanning and detection of models and repositories.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
InternalDbAdminConfiguration
public InternalDbAdminConfiguration()
-