Skip to content

Commit

Permalink
fix : BaseTimeConfig 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
dltjdgh0428 committed Mar 27, 2024
1 parent d974b3a commit 82d5df3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
package com.book_everywhere.common.config;

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

@Configuration
@EnableJpaAuditing
public class BaseTimeConfig {
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package com.book_everywhere.common.entity;

import com.book_everywhere.common.config.BaseTimeConfig;
import jakarta.persistence.Column;
import jakarta.persistence.EntityListeners;
import jakarta.persistence.MappedSuperclass;
Expand Down

0 comments on commit 82d5df3

Please sign in to comment.