File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -11,9 +11,7 @@ to generate adapter code for Javalin and Helidon SE/Nima.
1111- Lightweight as in 65Kb library + generated source code
1212- Full use of Javalin or Helidon SE/Nima as desired
1313
14- ## Quick Start
15-
16- #### 1. Add dependencies
14+ ## Add dependencies
1715``` xml
1816<dependency >
1917 <groupId >io.avaje</groupId >
@@ -26,7 +24,7 @@ to generate adapter code for Javalin and Helidon SE/Nima.
2624 <version >${avaje.http.version}</version >
2725</dependency >
2826```
29- #### 2. Add the generator module for your desired microframework as a annotation processor.
27+ #### Add the generator module for your desired microframework as a annotation processor.
3028
3129``` xml
3230<!-- Annotation processors -->
@@ -67,7 +65,7 @@ If there are other annotation processors and they are specified via <i>maven-com
6765 </configuration >
6866</plugin >
6967```
70- #### 3. Define a Controller (These APT processors work with both Java and Kotlin.)
68+ ## Define a Controller (These APT processors work with both Java and Kotlin.)
7169``` java
7270package org.example.hello ;
7371
You can’t perform that action at this time.
0 commit comments