Class RepositoryApplication

java.lang.Object
org.lockss.spring.base.BaseSpringBootApplication
org.lockss.laaws.rs.RepositoryApplication
All Implemented Interfaces:
org.springframework.boot.CommandLineRunner

@SpringBootApplication @ComponentScan(basePackages={"org.lockss.laaws.rs","org.lockss.laaws.rs.api","org.lockss.laaws.rs.config"}) public class RepositoryApplication extends BaseSpringBootApplication implements org.springframework.boot.CommandLineRunner
The Spring-Boot application.
  • Constructor Details

    • RepositoryApplication

      public RepositoryApplication()
  • Method Details

    • main

      public static void main(String[] args)
      The entry point of the application.
      Parameters:
      args - A String[] with the command line arguments.
    • run

      public void run(String... args)
      Callback used to run the application starting the LOCKSS daemon.
      Specified by:
      run in interface org.springframework.boot.CommandLineRunner
      Parameters:
      args - A String[] with the command line arguments.