adding database support
This commit is contained in:
@ -16,17 +16,17 @@ repositories {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
// implementation("org.springframework.boot:spring-boot-starter-jdbc")
|
||||
implementation("org.springframework.boot:spring-boot-starter-jdbc")
|
||||
implementation("org.springframework.boot:spring-boot-starter-mail")
|
||||
implementation("org.springframework.boot:spring-boot-starter-web")
|
||||
// implementation("org.springframework.session:spring-session-jdbc")
|
||||
implementation("org.springframework.session:spring-session-jdbc")
|
||||
developmentOnly("org.springframework.boot:spring-boot-devtools")
|
||||
// developmentOnly("org.springframework.boot:spring-boot-docker-compose")
|
||||
developmentOnly("org.springframework.boot:spring-boot-docker-compose")
|
||||
runtimeOnly("org.postgresql:postgresql")
|
||||
testImplementation("org.springframework.boot:spring-boot-starter-test")
|
||||
// testImplementation("org.springframework.boot:spring-boot-testcontainers")
|
||||
// testImplementation("org.testcontainers:junit-jupiter")
|
||||
// testImplementation("org.testcontainers:postgresql")
|
||||
testImplementation("org.springframework.boot:spring-boot-testcontainers")
|
||||
testImplementation("org.testcontainers:junit-jupiter")
|
||||
testImplementation("org.testcontainers:postgresql")
|
||||
}
|
||||
|
||||
tasks.register("run") {
|
||||
|
Reference in New Issue
Block a user