# Jetty Runner
**Repository Path**: jfinal/Jetty-runner
## Basic Information
- **Project Name**: Jetty Runner
- **Description**: 允许从 IntelliJ IDEA 快速运行 Jetty 的插件
- **Primary Language**: Java
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 7
- **Created**: 2017-10-24
- **Last Updated**: 2024-06-04
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
Jetty-Runner
============
A plugin that allows you to quickly run Jetty from IntelliJ IDEA.
If you require full support please consider buying the IntelliJ IDEA Enterprise Edition.
This plugin should be Win / Mac / Linux compatible.
Compatible with servlet-api versions: 3.1, 3.0, 2.5, 2.4, 2.3, 2.2.
Protocols: HTTP / 1.1 (RFC 7230), HTTP / 2 (RFC 7540), WebSocket (RFC 6455, JSR 356), FastCGI.
Many thanks for the kind contributions here on GitHub, cheers guys!
Check the build status on Travis CI
https://travis-ci.org/guikeller/jetty-runner
Project page: https://plugins.jetbrains.com/plugin/7505
Thanks all for your help and collaboration, cheers!
Minimum requirement: JVM / JDK / JRE v8
tags: jetty, container, webapp, runner, tomcat, runner
Features:
1) Required values are automatically discovered and set.
2) Run and Debug - out of the box.
3) User friendly UI - created using IntelliJ.
4) Internal code is documented and it is relatively easy to follow / read.
5) A good coverage of unit tests.
6) Uses jetty-runner-9.4.6
Getting Started
https://github.com/guikeller/jetty-runner/wiki/Getting-Started
Code Analysis Reports:
- Unit tests report - http://www.indexerapp.com/jetty-runner/reports/tests/index.html
- Cobertura report - http://www.indexerapp.com/jetty-runner/reports/cobertura/index.html
- Findbugs report - http://www.indexerapp.com/jetty-runner/reports/findbugs/main.html
- Copy Paste Detector (CPD) report - http://www.indexerapp.com/jetty-runner/reports/cpd/cpd.html
- PMD report - http://www.indexerapp.com/jetty-runner/reports/pmd/main.html
- Checkstyle report - http://www.indexerapp.com/jetty-runner/reports/checkstyle/main.html
Many thanks to the following collaborations:
@tchudyk - Pull Request #1
@dcritchl - Pull Request #3
@emongstad - Pull Request #46
IndexerApp.com for hosting our code health reports.