- All Implemented Interfaces:
- org.springframework.boot.env.EnvironmentPostProcessor
@Order
public class HawaiiPropertyDefaultsPostProcessor
extends java.lang.Object
implements org.springframework.boot.env.EnvironmentPostProcessor
An EnvironmentPostProcessor
that configures the default Hawaii properties. Note these
default properties are added with lowest precedence meaning properties set via e.g. command line,
system or application properties will take precedence.
- Since:
- 2.0.0
- Author:
- Marcel Overdijk