Skip to content

Commit 7711ace

Browse files
author
YunaiV
committed
基准测试 Tomcat、Jetty、Undertow
1 parent e8f7dab commit 7711ace

File tree

15 files changed

+7
-7
lines changed

15 files changed

+7
-7
lines changed

lab-05/lab-05-jetty/pom.xml renamed to lab-05-benchmark-tomcat-jetty-undertow/lab-05-jetty/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<parent>
6-
<artifactId>lab-05</artifactId>
6+
<artifactId>lab-05-benchmark-tomcat-jetty-undertow</artifactId>
77
<groupId>cn.iocoder.springboot.labs</groupId>
88
<version>1.0-SNAPSHOT</version>
99
</parent>

lab-05/lab-05-tomcat-apr/pom.xml renamed to lab-05-benchmark-tomcat-jetty-undertow/lab-05-tomcat-apr/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<parent>
6-
<artifactId>lab-05</artifactId>
6+
<artifactId>lab-05-benchmark-tomcat-jetty-undertow</artifactId>
77
<groupId>cn.iocoder.springboot.labs</groupId>
88
<version>1.0-SNAPSHOT</version>
99
</parent>

lab-05/lab-05-tomcat/pom.xml renamed to lab-05-benchmark-tomcat-jetty-undertow/lab-05-tomcat/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<parent>
6-
<artifactId>lab-05</artifactId>
6+
<artifactId>lab-05-benchmark-tomcat-jetty-undertow</artifactId>
77
<groupId>cn.iocoder.springboot.labs</groupId>
88
<version>1.0-SNAPSHOT</version>
99
</parent>

lab-05/lab-05-undertow/pom.xml renamed to lab-05-benchmark-tomcat-jetty-undertow/lab-05-undertow/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<parent>
6-
<artifactId>lab-05</artifactId>
6+
<artifactId>lab-05-benchmark-tomcat-jetty-undertow</artifactId>
77
<groupId>cn.iocoder.springboot.labs</groupId>
88
<version>1.0-SNAPSHOT</version>
99
</parent>

lab-05/pom.xml renamed to lab-05-benchmark-tomcat-jetty-undertow/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<modelVersion>4.0.0</modelVersion>
1313

1414
<groupId>cn.iocoder.springboot.labs</groupId>
15-
<artifactId>lab-05</artifactId>
15+
<artifactId>lab-05-benchmark-tomcat-jetty-undertow</artifactId>
1616
<version>1.0-SNAPSHOT</version>
1717

1818
<packaging>pom</packaging>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<!-- <module>lab-02-spring-security-oauth</module>-->
1616
<!-- <module>lab-03-kafka</module>-->
1717
<!-- <module>lab-04-rabbitmq</module>-->
18-
<!-- <module>lab-05</module>-->
18+
<module>lab-05-benchmark-tomcat-jetty-undertow</module>
1919
<!-- <module>lab-06</module>-->
2020
<!-- <module>lab-07</module>-->
2121
<!-- <module>lab-08</module>-->
@@ -92,7 +92,7 @@
9292
<!-- <module>labx-09-spring-cloud-apollo</module>-->
9393
<!-- <module>labx-10-spring-cloud-stream-rabbitmq</module>-->
9494
<!-- <module>labx-11-spring-cloud-stream-kafka</module>-->
95-
<module>labx-12-spring-cloud-config</module>
95+
<!-- <module>labx-12-spring-cloud-config</module>-->
9696
<!-- <module>labx-13</module>-->
9797
<!-- <module>labx-14</module>-->
9898
<!-- <module>labx-15</module>-->

0 commit comments

Comments
 (0)