Skip to content

Commit

Permalink
Add : ShopApplication에 EnableJpaAuditing 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
yeopyeop-82 committed Mar 30, 2024
1 parent 8636c07 commit 6130f90
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/umc/meme/shop/ShopApplication.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.data.jpa.repository.config.EnableJpaAuditing;

@EnableJpaAuditing
@SpringBootApplication
public class ShopApplication {

Expand Down

0 comments on commit 6130f90

Please sign in to comment.