I cannot start the dropwizard application after adding the database information to the application configuration file (server.yml).
server.yml (application configuration file)
server: applicationConnectors: - type: http port: 8080 adminConnectors: - type: http port: 9001 database:
As a result of running the dropwizard application, I see:
has an error: * Unrecognized field at: database Did you mean?: - metrics - server - logging
Radek source share