Skip to content

Commit 1bd7e7b

Browse files
committed
added com.example.application to createDevon4jProject parameter
1 parent 989afb1 commit 1bd7e7b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

cobigen/index.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ To begin you need to install CobiGen and create a Java Project.
2020
== Install CobiGen and create Java Project
2121
--
2222
installCobiGen()
23-
createDevon4jProject("cobigenexample")
23+
createDevon4jProject("com.example.application.cobigenexample")
2424
--
2525

2626
Create the entity class which will be passed to the cobigen cli generator later

devon4j-app/index.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Now, we will create sample devon4j application with name *sampleapp*. This step
2727

2828
[step]
2929
--
30-
createDevon4jProject("sampleapp")
30+
createDevon4jProject("com.example.application.sampleapp")
3131
--
3232

3333
Once sampleapp is created switch to next tab of IDE. In IDE explorer you can see folder structure like devonfw-> workspaces->main->sampleapp .

0 commit comments

Comments
 (0)