Class SpringBootModule


  • public class SpringBootModule
    extends java.lang.Object
    Loads tasks and configuration for integrating Spring Boot with LocalStack.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void load​(org.gradle.api.Project project)
      Loads and configures tasks for the Spring Boot plugin if it is applied to the project.
      • Methods inherited from class java.lang.Object

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

      • BOOT_RUN_LOCAL_TASK_NAME

        public static final java.lang.String BOOT_RUN_LOCAL_TASK_NAME
        See Also:
        Constant Field Values
      • BOOT_RUN_LOCAL_DEBUG_TASK_NAME

        public static final java.lang.String BOOT_RUN_LOCAL_DEBUG_TASK_NAME
        See Also:
        Constant Field Values
    • Constructor Detail

      • SpringBootModule

        public SpringBootModule()
    • Method Detail

      • load

        public static void load​(org.gradle.api.Project project)
        Loads and configures tasks for the Spring Boot plugin if it is applied to the project.
        Parameters:
        project - gradle project