dropwizard/dropwizard

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

Summary

Maintainability
Test Coverage
{
    "name": "Mighty Wizard",
    "type": [
        "coder",
        "wizard"
    ],
    "trait": "Nearly Bald",
    "properties": {
        "debug": true,
        "settings.enabled": false
    },
    "servers": [
        {
            "port": 8080
        },
        {
            "port": 8081
        },
        {
            "port": 8082
        }
    ]
}