Skip to content

Instantly share code, notes, and snippets.

@tomatophobia
Created March 3, 2024 08:44
Show Gist options
  • Save tomatophobia/90eb2e6c0f15c818ff7d8595984ff943 to your computer and use it in GitHub Desktop.
Save tomatophobia/90eb2e6c0f15c818ff7d8595984ff943 to your computer and use it in GitHub Desktop.
plugins {
kotlin("plugin.noarg") version "<Kotlin-version>"
}
// kotlin-jpa 플러그인을 사용할 경우 필요 없음
allOpen {
annotation("javax.persistence.Entity")
annotation("javax.persistence.Embeddable")
annotation("javax.persistence.MappedSuperclass")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment