what i learned:
- Jetty is a Java servlet.
- Maven is a build automation tool used primarily for Java projects.
- Github jetty url https://github.com/eclipse/jetty.project
- mvn jetty: run starts a web project from the pom configuration
- mvn jetty: run are supported by maven-jetty-plugin
So next, what should I do next?
And I want to know what happened when I execute the mvn jetty: run command?
What does it send to the marina when it is used?
source
share