Has anyone figured out how to get color output working within Intellij Idea for a Spring Boot application?
Run your Spring Boot application and open the Services tool window: select View | Tool Windows | Services or press Alt+8 . Select your running Spring Boot application and open the Endpoints tab.
Using a Mac, Intellij Idea 14 and Spring Boot v1.2.2.RELEASE, all you have to do is set:
spring.output.ansi.enabled=ALWAYS
I have added this as a VM option (-Dspring.output.ansi.enabled=ALWAYS
). Works great!
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With