Alper Ebiçoğlu
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
docs/en/cli/new-command-samples.md
|
|
|
@ -21,7 +21,7 @@ The following commands are for creating Angular UI projects: |
|
|
|
* **Entity Framework Core**, **custom connection string**, creates the project in a new folder: |
|
|
|
|
|
|
|
```bash |
|
|
|
abp new Acme.BookStore -u angular -csf --connection-string Server=localhost;Database=MyDatabase;Trusted_Connection=True |
|
|
|
abp new Acme.BookStore -u angular -csf --connection-string "Server=localhost;Database=MyDatabase;Trusted_Connection=True" |
|
|
|
``` |
|
|
|
|
|
|
|
* **MongoDB**, default app template, mobile project included, creates solution in `C:\MyProjects\Acme.BookStore` |
|
|
|
|