Skip to content

Commit

Permalink
removed packages configuration from main meth
Browse files Browse the repository at this point in the history
  • Loading branch information
anilcan.gul committed Jan 9, 2025
1 parent 10ac370 commit 1d9d429
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ abstract class BaseApplicationContextInitializer : ApplicationEventListener<Star
@JvmStatic fun main(args: Array<String>) {
Micronaut.build()
.args(*args)
.packages("your.base.package.here")
.start()
}
}
Expand Down

0 comments on commit 1d9d429

Please sign in to comment.