Migrate initializr-actuator to Java

This commit is contained in:
Dave Syer
2017-01-26 14:21:24 +00:00
committed by Stephane Nicoll
parent fa485e3690
commit ad6430b92a
40 changed files with 2215 additions and 1838 deletions

View File

@@ -39,7 +39,7 @@ class ProjectRequest extends BasicProjectRequest {
/**
* The id of the starter to use if no dependency is defined.
*/
static final DEFAULT_STARTER = 'root_starter'
public static final DEFAULT_STARTER = 'root_starter'
/**
* Additional parameters that can be used to further identify the request.