Skip to content

Commit

Permalink
Update avaje-inject.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
SentryMan committed Apr 26, 2024
1 parent f79d57c commit 9577655
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions docs/asciidoc/modules/avaje-inject.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,6 @@ Avaje Inject will also provisioning MVC routes
.MVC and Avaje Inject
[source,java,role = "primary"]
----
import io.jooby.Avaje Inject.AvajeInjectModule;
import io.jooby.kt.runApp
public class App extends Jooby {
{
Expand All @@ -106,9 +103,6 @@ public class App extends Jooby {
.Kotlin
[source, kotlin, role = "secondary"]
----
import io.jooby.di.AvajeInjectModule
import io.jooby.kt.runApp
fun main(args: Array<String>) {
runApp(args) {
install(AvajeInjectModule.of()) <1>
Expand Down

0 comments on commit 9577655

Please sign in to comment.