Skip to content

Commit

Permalink
refactor: 배포 환경 구성 (#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
angelSuho committed Jun 13, 2023
1 parent 10d4a59 commit 824f9a0
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,6 @@ public class RecommendService {
private final ProductService productService;
private final MemberRepository memberRepository;


@Value("${file.path}")
private String filePath;
//recommend -> 태그 기반 추천 상품들이 있어야 함

@Transactional
@Scheduled(cron = "0 0 4 * * *")
public void select(){
Expand Down

0 comments on commit 824f9a0

Please sign in to comment.