Skip to content

Commit

Permalink
refactor : yml create-drop -> update
Browse files Browse the repository at this point in the history
  • Loading branch information
kochungcheon committed Jan 12, 2024
1 parent 618d4bb commit 659c3dd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
import com.c4cometrue.mystorage.storage.dto.CursorMetaRes;
import com.c4cometrue.mystorage.util.PagingUtil;

import jakarta.transaction.Transactional;
import lombok.RequiredArgsConstructor;

@Service
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ spring:
password: ab1010
jpa:
hibernate:
ddl-auto: create-drop
ddl-auto: update
properties:
hibernate:
dialect: org.hibernate.dialect.MySQL8Dialect
Expand Down
3 changes: 1 addition & 2 deletions todo/해야할일.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,13 @@
2. 커서 기반 페이지네이션

# 구현 목표

1. 파일 / 폴더 이동
- [x] 하위 모든 파일 / 폴더 이동
- [x] 테스트 코드 / 코드 스멜

2. 폴더 삭제
- [x] 하위 모든 파일 / 폴더 삭제
- [ ] 테스트 코드 / 코드 스멜
- [x] 테스트 코드 / 코드 스멜


# 구현 아이디어
Expand Down

0 comments on commit 659c3dd

Please sign in to comment.