io.micronaut.starter.feature.view.exampleJTE.rocker.raw Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of micronaut-starter-core Show documentation
Show all versions of micronaut-starter-core Show documentation
Generates Micronaut applications
@@param String message
@@param boolean showTime
JTE Example
Hello, ${message}!
@@if(showTime)
It is ${System.currentTimeMillis()}
@@endif