This commit is contained in:
Francesco
2023-10-01 09:02:54 +02:00
parent c7258e9968
commit 5b027be0d1
10 changed files with 90 additions and 15 deletions

View File

@@ -41,8 +41,10 @@ import org.springframework.transaction.annotation.EnableTransactionManagement;
import tech.ailef.dbadmin.internal.InternalDbAdminConfiguration;
/**
* The configuration class that adds and configures the "internal" data source.
*
* The configuration class for "internal" data source. This is not the
* source connected to the user's data/entities, but rather an internal
* H2 database which is used by Spring Boot Database Admin to store user
* settings and other information like operations history.
*/
@ConditionalOnProperty(name = "dbadmin.enabled", matchIfMissing = true)
@ComponentScan