@SpringBootApplication(exclude=org.springframework.boot.autoconfigure.solr.SolrAutoConfiguration.class) @ImportResource(value="classpath:webservice-definition-beans.xml") public class SoapApplication extends Object implements org.springframework.boot.CommandLineRunner
| Constructor and Description |
|---|
SoapApplication() |
| 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–2023 LOCKSS Program. All rights reserved.