fix: @EnableJpaAuditing 중복 선언 제거
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user