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

Feat#48: 스케줄러 기능 구현 #49

Merged
merged 1 commit into from
Oct 17, 2024
Merged

Feat#48: 스케줄러 기능 구현 #49

merged 1 commit into from
Oct 17, 2024

Conversation

yeonjookang
Copy link
Contributor

Resolves #48

Issue Define

  • 스케줄러 기능 구현

Summary of resolutions or improvements

  • saveAll 문제가 발생 -> 일단 save 반복문으로 해결
  • org.springframework.data.mapping.PropertyReferenceException: No property 'saveAll' found for type 'Todo'
    at org.springframework.data.mapping.PropertyPath.(PropertyPath.java:90) ~[spring-data-commons-3.2.1.jar:3.2.1]
    at org.springframework.data.mapping.PropertyPath.create(PropertyPath.java:443) ~[spring-data-commons-3.2.1.jar:3.2.1]
    at org.springframework.data.mapping.PropertyPath.create(PropertyPath.java:419) ~[spring-data-commons-3.2.1.jar:3.2.1]
    at

Note

@auto-assign auto-assign bot requested a review from pkl0912 October 17, 2024 09:17
@github-actions github-actions bot added the feat 기능 개발 label Oct 17, 2024
@yeonjookang yeonjookang merged commit f95650d into dev Oct 17, 2024
2 checks passed
@yeonjookang yeonjookang deleted the feat/48-scheduler branch October 17, 2024 09:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat 기능 개발
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feat: 스케줄러 도입
1 participant