This Micronaut template project is designed to work with the following versions
- Micronaut 3.10.4
- Java 1.8
- ojdbc8
Run this command
./gradlew clean test
Run this command
./gradlew clean war
The WAR file is generated in this directory
./buid/libs/
Edit build.gradle
, set the following config
def useNetty = false
Run this command
./gradlew clean run