Class AaaSApplication

  • All Implemented Interfaces:
    org.springframework.boot.ApplicationRunner

    @SpringBootApplication
    public class AaaSApplication
    extends java.lang.Object
    implements org.springframework.boot.ApplicationRunner
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static org.slf4j.Logger logger  
    • Constructor Summary

      Constructors 
      Constructor Description
      AaaSApplication()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)  
      void run​(org.springframework.boot.ApplicationArguments args)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • logger

        private static final org.slf4j.Logger logger
    • Constructor Detail

      • AaaSApplication

        public AaaSApplication()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
      • run

        public void run​(org.springframework.boot.ApplicationArguments args)
        Specified by:
        run in interface org.springframework.boot.ApplicationRunner