dropwizard/dropwizard

View on GitHub
dropwizard-configuration/src/test/resources/factory-test-typo.json

Summary

Maintainability
Test Coverage
{
    "name": "Migty Wizard",
    "type": [
        "wizard"
    ],
    "propertis": {
        "admin": true
    },
    "servers": [
        {
            "port": 8080
        }
    ]
}