refactor: simplify code

This commit is contained in:
ReaJason
2024-12-28 00:52:28 +08:00
parent 8784c7556e
commit c0231c7fc4
91 changed files with 1233 additions and 1516 deletions
-14
View File
@@ -62,20 +62,6 @@ dependencies {
implementation 'org.springframework:spring-webmvc:4.3.30.RELEASE'
implementation 'org.springframework:spring-web:4.3.30.RELEASE'
implementation 'org.springframework:spring-webflux:5.3.24'
implementation('org.apache.tomcat:tomcat-catalina:8.5.58') {
exclude group: 'org.apache.tomcat', module: 'tomcat-api'
exclude group: 'org.apache.tomcat', module: 'tomcat-juli'
exclude group: 'org.apache.tomcat', module: 'tomcat-jni'
exclude group: 'org.apache.tomcat', module: 'tomcat-coyote'
exclude group: 'org.apache.tomcat', module: 'tomcat-util'
exclude group: 'org.apache.tomcat', module: 'tomcat-util-scan'
exclude group: 'org.apache.tomcat', module: 'tomcat-annotations-api'
exclude group: 'org.apache.tomcat', module: 'tomcat-el-api'
exclude group: 'org.apache.tomcat', module: 'tomcat-jsp-api'
exclude group: 'org.apache.tomcat', module: 'tomcat-servlet-api'
exclude group: 'org.apache.tomcat', module: 'tomcat-jaspic-api'
}
testImplementation platform('org.junit:junit-bom:5.+')
testImplementation 'org.junit.jupiter:junit-jupiter'