@SpringBootApplication(exclude=org.springframework.boot.autoconfigure.solr.SolrAutoConfiguration.class) @EnableSwagger2 public class CrawlerApplication extends BaseSpringBootApplication implements org.springframework.boot.CommandLineRunner
BaseSpringBootApplication.BaseServiceControllerAdvice, BaseSpringBootApplication.SpringMvcCustomization| Modifier and Type | Field and Description |
|---|---|
static String |
PLUGGABLE_CRAWL_MANAGER |
static org.lockss.app.LockssApp.ManagerDesc |
PLUGGABLE_CRAWL_MANAGER_DESC |
| Constructor and Description |
|---|
CrawlerApplication() |
| 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.
|
configure, getApplicationContextpublic static final String PLUGGABLE_CRAWL_MANAGER
public static org.lockss.app.LockssApp.ManagerDesc PLUGGABLE_CRAWL_MANAGER_DESC
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–2023 LOCKSS Program. All rights reserved.