Class ModuleContextBooter


  • public class ModuleContextBooter
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void boot()  
      static org.springframework.context.support.GenericApplicationContext getContextFor​(java.lang.Module module)  
      static void main​(java.lang.String... commandLineArguments)  
      • Methods inherited from class java.lang.Object

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

      • ModuleContextBooter

        public ModuleContextBooter()
    • Method Detail

      • boot

        public static void boot()
      • getContextFor

        public static org.springframework.context.support.GenericApplicationContext getContextFor​(java.lang.Module module)
      • main

        public static void main​(java.lang.String... commandLineArguments)