Skip to content

Commit

Permalink
fix: 누락된 JpaAuditing 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
kkanggu committed Aug 12, 2023
1 parent fffcbe3 commit e5dc894
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ package com.example.daitssuapi

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

@SpringBootApplication
@EnableJpaAuditing
class DaitssuApiApplication

fun main(args: Array<String>) {
Expand Down

0 comments on commit e5dc894

Please sign in to comment.