We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
지금 작성한 StayLikeService 클래스의 경우
@Service public class StayLikeService { @Autowired private StayLikeRepository stayLikeRepository; @Autowired private StayRepository stayRepository; @Autowired private UserRepository userRepository;
한 클래스에 다른 여러 repository 객체를 가져오게 됩니다. 차라리 다른 service에 요청을 해서 결과를 가져오면 어떨까 합니다.
The text was updated successfully, but these errors were encountered:
차주 예정되어있던 Code Refactoring 시간에 해당 안건에 대해서 적용해보면 좋을것 같습니다.
Sorry, something went wrong.
객체의 순환참조가 있어서 일단은 이대로 가야할 것 같습니다. 우선순위에 밀리는 일이기 때문에 추후에 여유있을 때 작업 들어가면 될 것 같습니다.
No branches or pull requests
지금 작성한 StayLikeService 클래스의 경우
한 클래스에 다른 여러 repository 객체를 가져오게 됩니다.
차라리 다른 service에 요청을 해서 결과를 가져오면 어떨까 합니다.
The text was updated successfully, but these errors were encountered: