Class NotificationServiceApplication

java.lang.Object
callofproject.dev.service.notification.NotificationServiceApplication

@SpringBootApplication(exclude=org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration.class) @ComponentScan(basePackages={"callofproject.dev.nosql","callofproject.dev.service.notification"}) @EnableMongoRepositories(basePackages="callofproject.dev.nosql") @EnableDiscoveryClient @EnableWebSocket @EnableWebSocketMessageBroker public class NotificationServiceApplication extends Object
  • Constructor Details

    • NotificationServiceApplication

      public NotificationServiceApplication()
  • Method Details

    • main

      public static void main(String[] args)