Skip to content
New issue

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

chore: CrawlerConfig 클래스의 프로퍼티에 private 접근자를 추가한다. #29

Closed
seokjin8678 opened this issue Dec 15, 2023 · 0 comments · Fixed by #34
Closed
Assignees
Labels
💤 우선순위下 중요하지 않은 작업 🛠 수정 수정에 관한 작업

Comments

@seokjin8678
Copy link
Contributor

이슈 내용

CrawlerConfig 클래스의 프로퍼티에 private 접근자가 누락되었습니다..!
따라서 private 접근자를 추가합니다.

@Configuration
class CrawlerConfig(
    val objectMapper: ObjectMapper, // private 누락
) {
    // ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
💤 우선순위下 중요하지 않은 작업 🛠 수정 수정에 관한 작업
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant