Skip to content

Commit

Permalink
[feat] #5 JPA Config 구현
Browse files Browse the repository at this point in the history
  • Loading branch information
RyuKwanKon committed Sep 6, 2023
1 parent b982973 commit d180121
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 com.kusithm.hdmedi_server.global.config;

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

@EnableJpaAuditing
@Configuration
public class JpaConfig {
}

0 comments on commit d180121

Please sign in to comment.