Skip to content

Commit

Permalink
基准测试 Tomcat、Jetty、Undertow
Browse files Browse the repository at this point in the history
  • Loading branch information
YunaiV committed Jun 28, 2020
1 parent e8f7dab commit 7711ace
Show file tree
Hide file tree
Showing 15 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>lab-05</artifactId>
<artifactId>lab-05-benchmark-tomcat-jetty-undertow</artifactId>
<groupId>cn.iocoder.springboot.labs</groupId>
<version>1.0-SNAPSHOT</version>
</parent>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>lab-05</artifactId>
<artifactId>lab-05-benchmark-tomcat-jetty-undertow</artifactId>
<groupId>cn.iocoder.springboot.labs</groupId>
<version>1.0-SNAPSHOT</version>
</parent>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>lab-05</artifactId>
<artifactId>lab-05-benchmark-tomcat-jetty-undertow</artifactId>
<groupId>cn.iocoder.springboot.labs</groupId>
<version>1.0-SNAPSHOT</version>
</parent>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>lab-05</artifactId>
<artifactId>lab-05-benchmark-tomcat-jetty-undertow</artifactId>
<groupId>cn.iocoder.springboot.labs</groupId>
<version>1.0-SNAPSHOT</version>
</parent>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<modelVersion>4.0.0</modelVersion>

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

<packaging>pom</packaging>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<!-- <module>lab-02-spring-security-oauth</module>-->
<!-- <module>lab-03-kafka</module>-->
<!-- <module>lab-04-rabbitmq</module>-->
<!-- <module>lab-05</module>-->
<module>lab-05-benchmark-tomcat-jetty-undertow</module>
<!-- <module>lab-06</module>-->
<!-- <module>lab-07</module>-->
<!-- <module>lab-08</module>-->
Expand Down Expand Up @@ -92,7 +92,7 @@
<!-- <module>labx-09-spring-cloud-apollo</module>-->
<!-- <module>labx-10-spring-cloud-stream-rabbitmq</module>-->
<!-- <module>labx-11-spring-cloud-stream-kafka</module>-->
<module>labx-12-spring-cloud-config</module>
<!-- <module>labx-12-spring-cloud-config</module>-->
<!-- <module>labx-13</module>-->
<!-- <module>labx-14</module>-->
<!-- <module>labx-15</module>-->
Expand Down

0 comments on commit 7711ace

Please sign in to comment.