@CompileStatic class DockerSpringBootApplicationPlugin extends DockerConventionJvmApplicationPlugin<DockerSpringBootApplication>
Opinionated Gradle plugin for creating and pushing a Docker image for a Spring Boot application.
This plugin can be configured with the help of DockerSpringBootApplication.
Modifiers | Name | Description |
---|---|---|
static String |
SPRING_BOOT_APPLICATION_EXTENSION_NAME |
The name of extension registered with type DockerSpringBootApplication. |
Constructor and description |
---|
DockerSpringBootApplicationPlugin
() |
Type Params | Return Type | Name and description |
---|---|---|
|
protected DockerSpringBootApplication |
configureExtension(ObjectFactory objectFactory, DockerExtension dockerExtension) |
|
protected String |
findMainClassName(File classesDir) |
The name of extension registered with type DockerSpringBootApplication.