Package com.nike.pdm.localstack.boot
Class SpringBootModule
- java.lang.Object
-
- com.nike.pdm.localstack.boot.SpringBootModule
-
public class SpringBootModule extends java.lang.ObjectLoads tasks and configuration for integrating Spring Boot with LocalStack.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringBOOT_RUN_LOCAL_DEBUG_TASK_NAMEstatic java.lang.StringBOOT_RUN_LOCAL_TASK_NAME
-
Constructor Summary
Constructors Constructor Description SpringBootModule()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidload(org.gradle.api.Project project)Loads and configures tasks for the Spring Boot plugin if it is applied to the project.
-
-
-
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
-
-