Skip to content

Commit

Permalink
Chore: BaseDateTimeEntity 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
yxhwxn committed Aug 7, 2024
1 parent 338e8ee commit 0bb7706
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/main/java/com/cmc/suppin/SuppinApplication.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@

import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.data.jpa.repository.config.EnableJpaAuditing;

@SpringBootApplication
@EnableJpaAuditing
public class SuppinApplication {

public static void main(String[] args) {
SpringApplication.run(SuppinApplication.class, args);
}
public static void main(String[] args) {
SpringApplication.run(SuppinApplication.class, args);
}

}

0 comments on commit 0bb7706

Please sign in to comment.