Package io.micronaut.jackson.core.env
package io.micronaut.jackson.core.env
JSON property loader.
- Since:
- 1.0
- Author:
- Graeme Rocher
-
ClassDescriptionA
PropertySourceLoader
that reads from the environment variable VCAP_APPLICATION which is used by CloudFoundry.APropertySourceLoader
that reads from the environment variable VCAP_SERVICES which is used by CloudFoundry.Reads properties from JSON stored in the environment variablesSPRING_APPLICATION_JSON
orMICRONAUT_APPLICATION_JSON
.APropertySourceLoader
that readsapplication.json
files if they exist.