Is there any way to build both war and fatjar in micronaut? Just like Spring Boot or Grails ?
Thanks.
CodePudding user response:
This is documented in the documentation:
create a runnable JAR file by running
./gradlew assemble
As for WAR, there is separate documentation aside from the user guide:
https://micronaut-projects.github.io/micronaut-servlet/latest/guide/#warDeployment