Add panache to hibernate
This commit is contained in:
parent
b0467ec6ad
commit
3d5478b3e4
5 changed files with 27 additions and 35 deletions
|
@ -20,14 +20,17 @@ repositories {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
implementation("org.springframework.boot:spring-boot-starter-data-jpa")
|
||||
implementation("org.springframework.boot:spring-boot-starter-thymeleaf")
|
||||
implementation("org.springframework.boot:spring-boot-starter-web")
|
||||
implementation("org.springframework.boot:spring-boot-starter-validation")
|
||||
implementation("com.fasterxml.jackson.module:jackson-module-kotlin")
|
||||
implementation("org.jetbrains.kotlin:kotlin-reflect")
|
||||
implementation("org.xerial:sqlite-jdbc")
|
||||
implementation("org.hibernate.orm:hibernate-community-dialects")
|
||||
|
||||
// For DB
|
||||
implementation("io.quarkus:quarkus-hibernate-orm:3.6.4")
|
||||
implementation("io.quarkus:quarkus-hibernate-orm-panache-kotlin:3.6.4")
|
||||
implementation("io.quarkiverse.jdbc:quarkus-jdbc-sqlite:3.0.7")
|
||||
implementation("io.quarkus:quarkus-hibernate-validator:3.6.4") // Entity validatator
|
||||
|
||||
developmentOnly("org.springframework.boot:spring-boot-devtools")
|
||||
testImplementation("org.springframework.boot:spring-boot-starter-test")
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue