JavaScript is disabled on your browser.
io.micronaut.*
"classpath"
"package"
"output.directory"
"runtime"
"The list of environment names that this application can possibly use at runtime."
"possible.environments"
"dev,prod,aws,gcs"
"Configures the active environments when the AOT dynamic analysis is performed."
"target.environments"
"lambda"
"AOTApplicationContextConfigurer"
"application.context.customizer"
"io.micronaut.context.env.PropertySourceLoader,io.micronaut.inject.BeanConfiguration,io.micronaut.inject.BeanDefinitionReference,io.micronaut.http.HttpRequestFactory,io.micronaut.http.HttpResponseFactory,io.micronaut.core.beans.BeanIntrospectionReference"
"Scans for service types ahead-of-time, avoiding classpath scanning at startup"
"serviceloading.force.include.impls"
"serviceloading.rejected.impls"
"serviceloading"
"service.types"
"Caches environment property values: environment properties will be deemed immutable after application startup."
"cached.environment"
"Precomputes property sources at build time"
"sealed.property.source"
"DeducedEnvironmentConfigurer"
"Deduces the environment at build time instead of runtime"
"deduce.environment"
"Precomputes Micronaut configuration property keys from the current environment variables"
"precompute.environment.properties"
"Generates GraalVM configuration files required to load the AOT optimizations"
"graalvm.config"
"Checks of existence of some types at build time instead of runtime"
"known.missing.types"
"Replaces logback.xml with a pure Java configuration (Experimental)"
"logback.xml.to.java"
"map.property"
"map.property.order"
"Defines some Netty system properties when starting the application which optimize startup times."
"NettyPropertiesAOTContextConfigurer"
"netty.properties"
"netty.machine.id"
"The machine id used by Netty. By default, generates a random value at runtime. Set it to a fixed MAC address to override, or use the value \'netty\' to disable the optimization and get it at runtime."
"netty.process.id"
"The process id to use for Netty. Defaults to a random PID at runtime. Set it to a fixed value (not recommended) or use the value \'netty\' to disable the optimization and get it at runtime."
"Scans reactive types at build time instead of runtime"
"scan.reactive.types"
"Converts YAML configuration files to Java configuration"
"yaml.to.java.config"