Spaces:
Sleeping
Sleeping
Commit
·
0fe5d26
1
Parent(s):
653ce18
changes
Browse files- build.gradle.kts +3 -3
build.gradle.kts
CHANGED
|
@@ -38,9 +38,9 @@ dependencies {
|
|
| 38 |
// implementation("org.springframework.boot:spring-boot-starter-mail")
|
| 39 |
// implementation("org.springframework.boot:spring-boot-starter-logging")
|
| 40 |
// implementation("org.springframework.boot:spring-boot-starter-websocket")
|
| 41 |
-
|
| 42 |
-
|
| 43 |
-
|
| 44 |
// implementation("org.springframework.boot:spring-boot-starter-undertow")
|
| 45 |
// implementation("org.springframework.boot:spring-boot-starter-thymeleaf")
|
| 46 |
}
|
|
|
|
| 38 |
// implementation("org.springframework.boot:spring-boot-starter-mail")
|
| 39 |
// implementation("org.springframework.boot:spring-boot-starter-logging")
|
| 40 |
// implementation("org.springframework.boot:spring-boot-starter-websocket")
|
| 41 |
+
implementation("org.springframework.boot:spring-boot-starter-web") {
|
| 42 |
+
exclude(module = "spring-boot-starter-tomcat")
|
| 43 |
+
}
|
| 44 |
// implementation("org.springframework.boot:spring-boot-starter-undertow")
|
| 45 |
// implementation("org.springframework.boot:spring-boot-starter-thymeleaf")
|
| 46 |
}
|