You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From the instructor:
"In the studio of the authentication chapter, the user repository doesn’t include the @repository annotation. This is different than every other repository implementation we’ve done in the past and there’s no context as to why that annotation isn’t required."
From a student:
"In coding events auth and in the auth studio, we do not use the @repository annotation on the user repository, I was wondering why we wouldn't use this annotation when up to this point we have used it? There is a gap in understanding when and when not to use the annotation from the readings and studios."
The text was updated successfully, but these errors were encountered:
Permalink:
https://education.launchcode.org/java-web-development/chapters/auth/studio.html
Issue:
From the instructor:
"In the studio of the authentication chapter, the user repository doesn’t include the
@repository
annotation. This is different than every other repository implementation we’ve done in the past and there’s no context as to why that annotation isn’t required."From a student:
"In coding events auth and in the auth studio, we do not use the @repository annotation on the user repository, I was wondering why we wouldn't use this annotation when up to this point we have used it? There is a gap in understanding when and when not to use the annotation from the readings and studios."
The text was updated successfully, but these errors were encountered: