Skip to content

Commit

Permalink
Chore : yml 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
hyeonda02 committed Sep 2, 2024
1 parent 79d3dd3 commit b2234c1
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 b2234c1

Please sign in to comment.