public class App extends io.dropwizard.Application<AppConfiguration>
| Constructor and Description |
|---|
App() |
| Modifier and Type | Method and Description |
|---|---|
void |
initialize(io.dropwizard.setup.Bootstrap<AppConfiguration> bootstrap) |
static void |
main(String[] args) |
void |
run(AppConfiguration appConfiguration,
io.dropwizard.setup.Environment environment) |
public void initialize(io.dropwizard.setup.Bootstrap<AppConfiguration> bootstrap)
initialize in class io.dropwizard.Application<AppConfiguration>public void run(AppConfiguration appConfiguration, io.dropwizard.setup.Environment environment)
run in class io.dropwizard.Application<AppConfiguration>Copyright © 2015–2023. All rights reserved.