@SpringBootApplication(exclude=org.springframework.boot.autoconfigure.solr.SolrAutoConfiguration.class) @EnableSwagger2 public class RepositoryApplication extends BaseSpringBootApplication implements org.springframework.boot.CommandLineRunner
BaseSpringBootApplication.SpringMvcCustomization| Constructor and Description |
|---|
RepositoryApplication() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args)
The entry point of the application.
|
void |
run(String... args)
Callback used to run the application starting the LOCKSS daemon.
|
configurepublic static void main(String[] args)
args - A String[] with the command line arguments.public void run(String... args)
run in interface org.springframework.boot.CommandLineRunnerargs - A String[] with the command line arguments.Copyright © 2000–2020 LOCKSS Program. All rights reserved.