aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle.kts
diff options
context:
space:
mode:
authormrfoxygmfr <mrfoxygmfr@sch9.ru>2025-04-28 00:44:45 +0300
committermrfoxygmfr <mrfoxygmfr@sch9.ru>2025-04-28 00:44:45 +0300
commit763e381e13a02217275367b6daa947833a7f3580 (patch)
tree53d05e72678ae3d14cf115e9e34a70c18f8da3a3 /build.gradle.kts
parent52f0f72fb6603aa7df068a04f47a2ff615e44947 (diff)
feat(http): add http server configuration
Diffstat (limited to 'build.gradle.kts')
-rw-r--r--build.gradle.kts2
1 files changed, 2 insertions, 0 deletions
diff --git a/build.gradle.kts b/build.gradle.kts
index 8b71ebc..4db3c43 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -30,6 +30,8 @@ dependencies {
implementation("org.springframework.boot:spring-boot-starter-data-jpa")
implementation("org.springframework.boot:spring-boot-starter-actuator")
implementation("io.hypersistence:hypersistence-utils-hibernate-63:3.9.5")
+ implementation("org.thymeleaf:thymeleaf")
+ implementation("org.thymeleaf:thymeleaf-spring6")
compileOnly("org.projectlombok:lombok")
compileOnly("jakarta.persistence:jakarta.persistence-api")