Class NotificationService

java.lang.Object
de.dlr.proseo.notification.NotificationService
All Implemented Interfaces:
org.springframework.boot.CommandLineRunner

@SpringBootApplication @EnableConfigurationProperties @ComponentScan(basePackages="de.dlr.proseo") public class NotificationService extends Object implements org.springframework.boot.CommandLineRunner
The NotificationService application
Author:
Ernst Melchinger
  • Constructor Details

    • NotificationService

      public NotificationService()
  • Method Details

    • main

      public static void main(String[] args) throws Exception
      Initialize and run application
      Parameters:
      args - command line arguments
      Throws:
      Exception - if an exception occurs
    • run

      public void run(String... args) throws Exception
      Specified by:
      run in interface org.springframework.boot.CommandLineRunner
      Throws:
      Exception