Fix: Resolve AdminUserRepository bean initialization crash on startup
- Added
"com.marketingconfort.darvest.admin.models"to the@EntityScanbasePackages inApplication.java. - Fixed the glob syntax
.*in@EntityScanwhich is not supported by Spring Boot.