Skip to content

Commit

Permalink
Merge pull request #61 from 7th-UMC/feature/53
Browse files Browse the repository at this point in the history
Chore : yml 수정
  • Loading branch information
hyeonda02 authored Sep 2, 2024
2 parents 65623cc + b2234c1 commit 24fd2dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public class SchedulerServiceImpl implements SchedulerService{
private final PhotoRepository photoRepository;
private final UuidRepository uuidRepository;
private final AmazonS3Manager s3Manager;
@Scheduled(cron = "*/10 * * * * *", zone = "Asia/Seoul")
@Scheduled(cron = "0 0 18 * * *", zone = "Asia/Seoul")
@Transactional
public void deletePhoto() {
log.info("deletePhoto () : call");
Expand Down
10 changes: 1 addition & 9 deletions src/main/resources/application-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spring:

jpa:
hibernate:
ddl-auto: update
ddl-auto: create-drop

web:
cors:
Expand All @@ -20,14 +20,6 @@ spring:
multipart:
max-file-size: 20MB
max-request-size: 20MB

logging:
level:
root: INFO
org.springframework.web: DEBUG
org.springframework.scheduling: DEBUG
org.apache.coyote: DEBUG

cloud:
aws:
s3:
Expand Down

0 comments on commit 24fd2dc

Please sign in to comment.