Spaces:
Sleeping
Sleeping
Commit
·
b5acd85
1
Parent(s):
3c84237
changes
Browse files- build.gradle.kts +3 -2
build.gradle.kts
CHANGED
@@ -41,8 +41,9 @@ dependencies {
|
|
41 |
implementation("org.springframework.boot:spring-boot-starter-web") {
|
42 |
exclude(module = "spring-boot-starter-tomcat")
|
43 |
}
|
44 |
-
|
45 |
-
|
|
|
46 |
}
|
47 |
|
48 |
|
|
|
41 |
implementation("org.springframework.boot:spring-boot-starter-web") {
|
42 |
exclude(module = "spring-boot-starter-tomcat")
|
43 |
}
|
44 |
+
|
45 |
+
implementation("org.springframework.boot:spring-boot-starter-undertow")
|
46 |
+
implementation("org.springframework.boot:spring-boot-starter-thymeleaf")
|
47 |
}
|
48 |
|
49 |
|