Can't get colors in console from spring boot
Answered
I have both set the property
spring:
output.ansi.enabled: ALWAYS
And VM option
-Dspring.output.ansi.enabled=ALWAYS
But I get no colors. Is there some other settings that I might need?
Please sign in to leave a comment.
Can you share a sample project to reproduce?