Skip to content

forAllBright/servlet-spec

 
 

Repository files navigation

This is a source code study place for Servlet forked from https://github.com/javaee/servlet-spec.


⚠️This project is now part of the EE4J initiative. This repository has been archived as all activities are now happening in the corresponding Eclipse repository. See here for the overall EE4J transition status.


Java Servlet API

Building

Prerequisites:

  • JDK8+
  • Maven 3.0.3+

Run the build:

mvn install

The build runs copyright check and generates the jar, sources-jar and javadoc-jar by default.

Checking findbugs

mvn -DskipTests -Dfindbugs.threshold=Low findbugs:findbugs

About

Java Servlet Specification 结合源码阅读

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 98.4%
  • HTML 1.1%
  • Shell 0.5%