Skip to content

Commit 90c99ef

Browse files
committed
refactor: Enabling JPA Auditing
1 parent d495a4f commit 90c99ef

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
package com.windfall.global.config;
22

3+
import org.springframework.context.annotation.Configuration;
4+
import org.springframework.data.jpa.repository.config.EnableJpaAuditing;
5+
6+
@EnableJpaAuditing
7+
@Configuration
38
public class JpaConfig {
49
}

0 commit comments

Comments
 (0)