게시글
팀프로젝트
2024.10.05 22:55
채팅 앱 개발 모집(App 개발자 1명)
- 0
- 0
- 340
질문&답변
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
질문&답변
2021.01.14
CustomAuthenticationProvider는 왜 Autowired를 사용할 수 없나요?
https://github.com/JeongJin984/SpringSecurity/blob/master/SpringSecurity2/src/main/java/com/example/SpringSecurity2/Security/SecurityConfig.java 여기에서 Provider @Autowired 부분에서 passwordEncoder가 오류가 납니다
- 0
- 4
- 767
질문&답변
2020.08.03
Oauth2.0에서 배포를 해도 cors 문제가 발생합니다.
nginx를 도입하면 문제가 해결되지 않을까요?
- 0
- 3
- 261
질문&답변
2020.07.31
제가 passport_Google_OAuth_2.0 을 따라서 작성을 한 후 saga에서 서버로 /google/ 쿼리를 넣었더니 cors 에러가 뜹니다
api를 쓰게 되면 제가 DB를 사용해야해서 현재 api 폴더내에 db객체를 define하는 js 파일들이 들어 있습니다. 그러면 request가 생길 때 마다 db.sync()를 하게 됩니다. 그러면 느려지는 등의 문제가 생길 수 있지 않나요? 그리고 세션도 만들어야 해서 제 생각에는 custom server로 하는것이 맞다고 생각합니다. 제 생각이 잘못되었나요?
- 0
- 10
- 1.2K
질문&답변
2020.07.31
쿠키 & 세션 질문
https://jeong-pro.tistory.com/80
- 0
- 5
- 219
질문&답변
2020.07.31
제가 passport_Google_OAuth_2.0 을 따라서 작성을 한 후 saga에서 서버로 /google/ 쿼리를 넣었더니 cors 에러가 뜹니다
Google's OAuth 2.0 endpoint is at https://accounts.google.com/o/oauth2/v2/auth. This endpoint is accessible only over HTTPS. Plain HTTP connections are refused. The Google authorization server supports the following query string parameters for web server applications: google에 이렇게 설명이 되어있는데 혹시 http라서 문제가 된건 아닐까요?
- 0
- 10
- 1.2K