This commit is contained in:
2025-12-26 14:23:44 -05:00
parent 491e64612f
commit 677efe61fa
6 changed files with 86 additions and 20 deletions

View File

@@ -29,6 +29,12 @@ repositories {
mavenCentral()
}
configurations {
all {
exclude group: 'org.apache.tomcat.embed', module: 'tomcat-embed-jasper-el'
}
}
dependencies {
implementation 'io.netty:netty-common:4.2.8.Final'
implementation 'org.springframework.boot:spring-boot-starter-webflux:4.0.0'