Skip to content

98labs/micronaut-java8-example-app

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published