Skip to content

Commit

Permalink
fix: PostConstruct import 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
kmg159753 committed Jul 26, 2023
1 parent bb5e68e commit c886fc9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/com/example/newnique/global/Scheduler.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

import com.example.newnique.news.entity.News;
import com.example.newnique.news.repository.NewsRepository;
import jakarta.annotation.PostConstruct;
import lombok.RequiredArgsConstructor;
import lombok.extern.slf4j.Slf4j;
import org.jsoup.Jsoup;
Expand Down

0 comments on commit c886fc9

Please sign in to comment.