fix: @EnableJpaAuditing 중복 선언 제거

This commit is contained in:
dongHyo
2022-05-19 01:36:24 +09:00
parent ca16370bfc
commit 6a3885a12e

View File

@@ -2,10 +2,8 @@ package com.ticketing.server;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.data.jpa.repository.config.EnableJpaAuditing;
@SpringBootTest
@EnableJpaAuditing
class ServerApplicationTests {
@Test