chore: 開発時にホットリロード等ができるように

This commit is contained in:
usbharu 2024-08-26 15:24:12 +09:00
parent a60b709cb0
commit 3b8156e16d
Signed by: usbharu
GPG Key ID: 8CB1087135660B8D
2 changed files with 14 additions and 0 deletions

View File

@ -74,6 +74,7 @@ val os = org.gradle.nativeplatform.platform.internal
dependencies {
developmentOnly(libs.h2db)
developmentOnly("org.springframework.boot:spring-boot-devtools")
detektPlugins(libs.detekt.formatting)
implementation(libs.bundles.exposed)
@ -152,6 +153,12 @@ configurations.matching { it.name == "detekt" }.all {
}
}
//tasks{
// bootRun {
// sourceResources(sourceSets.main.get())
// }
//}
tasks.withType<io.gitlab.arturbosch.detekt.Detekt> {
exclude("**/generated/**")
doFirst {

View File

@ -5,6 +5,11 @@ hideout:
trace-query-exception: true
trace-query-call: true
spring:
devtools:
livereload:
enabled: true
restart:
enabled: true
data:
mongodb:
auto-index-creation: true
@ -25,6 +30,8 @@ spring:
enabled: true
messages:
basename: messages.hideout-web-messages
thymeleaf:
cache: false
server:
tomcat:
basedir: tomcat