@SpringBootApplication(exclude=org.springframework.boot.autoconfigure.solr.SolrAutoConfiguration.class)
@EnableSwagger2
public class RepositoryApplication
extends org.lockss.spring.base.BaseSpringBootApplication
implements org.springframework.boot.CommandLineRunner
| 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.
|
public 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–2021 LOCKSS Program. All rights reserved.