您现在的位置是:亿华云 > 数据库
吊打 Tomcat ,Undertow 性能很炸!!
亿华云2025-10-04 04:00:28【数据库】8人已围观
简介复制<dependency> <groupId>io.undertow</groupId> <artifactId

吊打复制<dependency> <groupId>io.undertow</groupId> <artifactId>undertow-core</artifactId> <version>2.1.0.Final</version> </dependency> <dependency> <groupId>io.undertow</groupId> <artifactId>undertow-servlet</artifactId> <version>2.1.0.Final</version> </dependency> <dependency> <groupId>io.undertow</groupId> <artifactId>undertow-websockets-jsr</artifactId> <version>2.1.0.Final</version> </dependency> 1.2.3.4.5.6.7.8.9.10.11.12.13.14.15.16.17.
很赞哦!(537)