Modify 주석 추가
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package com.example.springsecuritystudy.config;
|
||||
|
||||
import org.springframework.context.annotation.Configuration;
|
||||
import org.springframework.data.jpa.repository.config.EnableJpaAuditing;
|
||||
|
||||
/**
|
||||
* JPA auditor enable
|
||||
*/
|
||||
@Configuration
|
||||
@EnableJpaAuditing
|
||||
public class JpaAuditorConfig {
|
||||
}
|
||||
Reference in New Issue
Block a user