Skip to content

Commit 5c9323a

Browse files
committed
rework devon4j-app tutorial
rework devon4j-app tutorial
1 parent da7fa28 commit 5c9323a

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

devon4j-app/index.asciidoc

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
====
33
devon4j is the Java stack of devonfw. It allows you to build business applications (backends) using Java technology in a highly efficient and standardized way based on established best-practices.
44
5-
## Prerequisites
5+
=== Prerequisites
66
* User should have Java development experience
77
8-
## Learning goals
8+
=== Learning goals
99
After completing this scenario, you will have learned how to generate Java application using devon4j.
1010
1111
More information about devon4j on https://devonfw.com/website/pages/docs/devon4j.asciidoc.html
@@ -17,7 +17,8 @@ More information about devon4j on https://devonfw.com/website/pages/docs/devon4j
1717
restoreDevonfwIde (["java","mvn","vscode"])
1818
--
1919
====
20-
### Create devon4j sample application
20+
== Create devon4j sample application
21+
2122

2223
If you want to create devon4j application on your local machine there are two ways to do it:
2324
* In eclipse as shown [here](https://devonfw.com/website/pages/docs/devon4j.asciidoc_tutorials.html#tutorial-newapp.asciidoc_from-eclipse)
@@ -64,7 +65,7 @@ Each component is divided into following layers:
6465
* [data-access layer](https://github.com/devonfw/devon4j/blob/master/documentation/guide-dataaccess-layer.asciidoc) for the data access (esp. persistence).For example, in sampleapp we generated com.example.application.sampleapp.<compoenntname>.dataaccess will contain entity, repositories etc.
6566
====
6667
====
67-
### Build devon4j sample application
68+
== Build devon4j sample application
6869

6970
Build the java project
7071

@@ -77,7 +78,8 @@ Once build is successful you will get bootified-war generated in server module t
7778

7879
====
7980
====
80-
## Conclusion
81+
== Conclusion
82+
8183

8284
In this tutorial you have learnt how to create devon4j application using command line or via Eclipse. Next you can check for other tutorials such as:
8385
* Java backend code generation using CobiGen (Code Generator)

0 commit comments

Comments
 (0)