# dropwizard **Repository Path**: uyghurjava/dropwizard ## Basic Information - **Project Name**: dropwizard - **Description**: 诞生时间: 2011 评分: 4.5/5 Dropwizard 提供了稳定成熟的Java库, 并封装成一个简单的轻量级的包。 Dropwizard 介于框架和库之间。它提供了一个开发web应用程序的全部所需。由于内置模块化,一个应用程序可以保持小而精干的特点,减少开发和维护的时间,减少负担。 Dropwizard 使用已有的 Jetty HTTP 库,嵌入到你的项目中,无需外部的server。所有的Dropwizard项目都有一个 main 方法来管理内建的 HTTP server. 链接 官方站点 GITHUB 文档 优点 快速的项目构建和启动 模块化 不可思议的快(至少根据内建的 metric 测得的结果) Jetty for HTTP, Jersey for REST, 以及 Jackson for JSON 也支持其它的库, 比如 Mustache, Logback, JDBI, Hibernate Validator, Guava, … 使用Metrics支持监控 Main方法启动 Jetty server,可以容易地调试和维护 社区力度强 缺点 Dropwizar - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-02-25 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Dropwizard ========== [![Build Status](https://travis-ci.org/dropwizard/dropwizard.svg?branch=master)](https://travis-ci.org/dropwizard/dropwizard) [![Coverage Status](https://coveralls.io/repos/github/dropwizard/dropwizard/badge.svg?branch=master)](https://coveralls.io/github/dropwizard/dropwizard?branch=master) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.dropwizard/dropwizard-core/badge.svg)](https://maven-badges.herokuapp.com/maven-central/io.dropwizard/dropwizard-core/) [![Javadoc](http://javadoc-badge.appspot.com/io.dropwizard/dropwizard-core.svg)](http://www.javadoc.io/doc/io.dropwizard/dropwizard-core) [![Maintainability](https://api.codeclimate.com/v1/badges/11a16ea08c8b5499e2b9/maintainability)](https://codeclimate.com/github/dropwizard/dropwizard/maintainability) *Dropwizard is a sneaky way of making fast Java web applications.* It's a little bit of opinionated glue code which bangs together a set of libraries which have historically not sucked: * [Jetty](http://www.eclipse.org/jetty/) for HTTP servin'. * [Jersey](https://jersey.github.io/) for REST modelin'. * [Jackson](https://github.com/FasterXML/jackson) for JSON parsin' and generatin'. * [Logback](http://logback.qos.ch/) for loggin'. * [Hibernate Validator](http://hibernate.org/validator/) for validatin'. * [Metrics](http://metrics.dropwizard.io) for figurin' out what your application is doin' in production. * [JDBI](http://www.jdbi.org) and [Hibernate](http://www.hibernate.org/orm/) for databasin'. * [Liquibase](http://www.liquibase.org/) for migratin'. Read more at [dropwizard.io](http://www.dropwizard.io). Want to contribute to Dropwizard? --- Before working on the code, if you plan to contribute changes, please read the following [CONTRIBUTING](CONTRIBUTING.md) document. Need help or found an issue? --- When reporting an issue through the [issue tracker](https://github.com/dropwizard/dropwizard/issues?state=open) on GitHub or sending an email to the [Dropwizard User Google Group](https://groups.google.com/forum/#!forum/dropwizard-user) mailing list, please use the following guidelines: * Check existing issues to see if it has been addressed already * The version of Dropwizard you are using * A short description of the issue you are experiencing and the expected outcome * Description of how someone else can reproduce the problem * Paste error output or logs in your issue or in a Gist. If pasting them in the GitHub issue, wrap it in three backticks: ``` so that it renders nicely * Write a unit test to show the issue! Sponsors -------- Dropwizard is generously supported by some companies with licenses and free accounts for their products. ### JetBrains ![JetBrains](docs/source/about/jetbrains.png) [JetBrains](https://www.jetbrains.com/) supports our open source project by sponsoring some [All Products Packs](https://www.jetbrains.com/products.html) within their [Free Open Source License](https://www.jetbrains.com/buy/opensource/) program.