Klasse NotificationService

java.lang.Object
de.dlr.proseo.notification.NotificationService
Alle implementierten Schnittstellen:
org.springframework.boot.CommandLineRunner

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

    • NotificationService

      public NotificationService()
  • Methodendetails

    • main

      public static void main(String[] args) throws Exception
      Initialize and run application
      Parameter:
      args - command line arguments
      Löst aus:
      Exception - if an exception occurs
    • run

      public void run(String... args) throws Exception
      Angegeben von:
      run in Schnittstelle org.springframework.boot.CommandLineRunner
      Löst aus:
      Exception