Give a class like this: ``` @ConfigurationProperties(prefix = "test") public static class PropertyWithEnum { private FooEnum theValue; // ... } ``` It should be possible to use the environment variable `TEST_THE_VALUE` but this doesn't currently work.