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.
11
11
- Lightweight as in 65Kb library + generated source code
12
12
- Full use of Javalin or Helidon SE/Nima as desired
13
13
14
- ## Quick Start
15
-
16
- #### 1. Add dependencies
14
+ ## Add dependencies
17
15
``` xml
18
16
<dependency >
19
17
<groupId >io.avaje</groupId >
@@ -26,7 +24,7 @@ to generate adapter code for Javalin and Helidon SE/Nima.
26
24
<version >${avaje.http.version}</version >
27
25
</dependency >
28
26
```
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.
30
28
31
29
``` xml
32
30
<!-- Annotation processors -->
@@ -67,7 +65,7 @@ If there are other annotation processors and they are specified via <i>maven-com
67
65
</configuration >
68
66
</plugin >
69
67
```
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.)
71
69
``` java
72
70
package org.example.hello ;
73
71
You can’t perform that action at this time.
0 commit comments