dropwizard/dropwizard

View on GitHub
dropwizard-configuration/src/test/resources/factory-test-valid-no-type.json

Summary

Maintainability
Test Coverage
{
    "name": "Coda Hale",
    "properties": {
        "debug": true,
        "settings.enabled": false
    },
    "servers": [
        {
            "port": 8080
        },
        {
            "port": 8081
        },
        {
            "port": 8082
        }
    ],
    "my.logger": {
        "level": "info"
    }
}