소개
게시글
팀프로젝트
2024.10.05 22:55
채팅 앱 개발 모집(App 개발자 1명)
- 0
- 0
- 339
질문&답변
2021.01.18
Unable to evaluate the expression Method threw 'org.hibernate.LazyInitializationException' exception. 이라는 에러가 뜹니다.
Account.java를 EAGER로 바꾸고 Role.java의 toString exclude를 accounts 로 바꾸면 되기는 됩니다
- 0
- 2
- 952
질문&답변
2021.01.15
Spring Security에 Postman을 쓸려고 하는데 로그인 페이지만 자꾸 나옵니다.
감사합니다
- 0
- 3
- 2.6K
질문&답변
2021.01.15
CustomAuthenticationProvider는 왜 Autowired를 사용할 수 없나요?
Error creating bean with name 'userController': Unsatisfied dependency expressed through field 'passwordEncoder'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'securityConfig': Unsatisfied dependency expressed through field 'customAuthenticationProvider'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'customAuthenticationProvider': Unsatisfied dependency expressed through field 'passwordEncoder'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'passwordEncoder': Requested bean is currently in creation: Is there an unresolvable circular reference? 이런 에러가 뜹니다
- 0
- 4
- 767
질문&답변
2021.01.14
Spring Security에 Postman을 쓸려고 하는데 로그인 페이지만 자꾸 나옵니다.
httpBasic().and()를 설정하니까 작동하네요 이유를 잘 모르겠습니다.
- 0
- 3
- 2.6K