We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22f7cce commit 51f2646Copy full SHA for 51f2646
documd/EquinoxEnvironment.md
@@ -264,7 +264,6 @@ import org.springframework.stereotype.Service;
264
import static com.tecknobit.equinoxbackend.environment.models.EquinoxItem.IDENTIFIER_KEY;
265
import static com.tecknobit.equinoxbackend.environment.models.EquinoxUser.USERS_KEY;
266
267
-@Service
268
@Repository
269
@Primary // this is REQUIRED to use correctly this repository instead the EquinoxUsersRepository
270
public interface CustomUsersRepository extends EquinoxUsersRepository<CustomUser> {
0 commit comments