Can't get colors in console from spring boot
已回答
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?
请先登录再写评论。
Can you share a sample project to reproduce?