Class ComposeProjectContributor

java.lang.Object
io.spring.initializr.generator.spring.container.docker.compose.ComposeProjectContributor
All Implemented Interfaces:
ProjectContributor, org.springframework.core.Ordered

public class ComposeProjectContributor extends Object implements ProjectContributor
A ProjectContributor that creates a 'compose.yaml' file through a ComposeFile.
Author:
Moritz Halbritter, Stephane Nicoll