Skip to content

Commit

Permalink
Feat(#12): JpaAuditingConfig 파일 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
giwoong01 committed Jul 12, 2024
1 parent 6da897d commit 3564e03
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
package shop.kkeujeok.kkeujeokbackend.global.config;

import org.springframework.context.annotation.Configuration;
import org.springframework.data.jpa.repository.config.EnableJpaAuditing;

@Configuration
@EnableJpaAuditing
public class JpaAuditingConfig {
}

0 comments on commit 3564e03

Please sign in to comment.