mirror of
https://github.com/dalbodeule/snap-admin.git
synced 2025-06-10 22:38:21 +00:00
11 lines
543 B
Java
11 lines
543 B
Java
/**
|
|
* This is the root package for the "internal" data source, i.e. not the data source
|
|
* that interacts with the user entities, but rather the one used internally by Spring
|
|
* Boot Database Admin in order to save information.
|
|
*
|
|
* Due to the way Spring Boot component scanning works, it is needed to create this package and the
|
|
* respective {@link tech.ailef.dbadmin.internal.InternalDbAdminConfiguration} in order to
|
|
* have the component scanning only pick the correct entities/repositories.
|
|
*/
|
|
package tech.ailef.dbadmin.internal;
|