Skip to content

Latest commit

 

History

History
85 lines (53 loc) · 2.27 KB

README.md

File metadata and controls

85 lines (53 loc) · 2.27 KB

Example Project for Micronaut 3, Packaged as WAR

This Micronaut template project is designed to work with the following versions

  • Micronaut 3.10.4
  • Java 1.8
  • ojdbc8

Usage

Running Tests

Run this command

./gradlew clean test

Building the WAR

Run this command

./gradlew clean war

The WAR file is generated in this directory

./buid/libs/

Running the Application Locally

Edit build.gradle, set the following config

def useNetty = false

Run this command

./gradlew clean run

Micronaut 3.10.4 Documentation


Feature annotation-api documentation

Feature jdbc-ucp documentation

Feature openapi documentation

Feature http-client documentation

Feature data-jdbc documentation

Feature test-resources documentation

Feature micronaut-aot documentation