diff --git a/spring-boot/src/main/resources/META-INF/additional-spring-configuration-metadata.json b/spring-boot/src/main/resources/META-INF/additional-spring-configuration-metadata.json index 504497d8abf..679aa1c6624 100644 --- a/spring-boot/src/main/resources/META-INF/additional-spring-configuration-metadata.json +++ b/spring-boot/src/main/resources/META-INF/additional-spring-configuration-metadata.json @@ -97,6 +97,12 @@ "sourceType": "org.springframework.boot.SpringApplication", "description": "Run the application in a web environment (auto-detected by default)." }, + { + "name": "spring.output.ansi.enabled", + "type": "org.springframework.boot.ansi.AnsiOutput$Enabled", + "description": "Configure the ANSI output (can be \"detect\", \"always\", \"never\").", + "defaultValue": "detect" + }, { "name": "spring.profiles.active", "type": "java.lang.String",