create-app.adoc (grails-doc-4.0.11) | : | create-app.adoc (grails-doc-4.0.12) | ||
---|---|---|---|---|
skipping to change at line 31 | skipping to change at line 31 | |||
$ mkdir bookstore | $ mkdir bookstore | |||
$ cd bookstore | $ cd bookstore | |||
$ grails create-app --inplace | $ grails create-app --inplace | |||
---- | ---- | |||
Create an application customizing the profile and features (since Grails 3.1): | Create an application customizing the profile and features (since Grails 3.1): | |||
[source,bash] | [source,bash] | |||
---- | ---- | |||
$ grails create-app bookstore --profile web --features mongodb,asset-pipeline | $ grails create-app bookstore --profile web --features mongodb,asset-pipeline | |||
$ grails create-app bookstore --profile rest-api --features hibernate | $ grails create-app bookstore --profile rest-api --features hibernate5 | |||
---- | ---- | |||
Arguments: | Arguments: | |||
* `profile` - The profile to use to create the application | * `profile` - The profile to use to create the application | |||
* `features` - The features to use when creating the application | * `features` - The features to use when creating the application | |||
* `inplace` - Whether to create the application within the current directory | * `inplace` - Whether to create the application within the current directory | |||
=== Description | === Description | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |