Colorize console output in Intellij products

后端 未结 5 822
Happy的楠姐
Happy的楠姐 2020-11-29 19:53

I have a custom script with a default output. I\'d like to colorize errors, warnings and infos. There\'s a way to do that in Intellij products (IDEA, PhpStorm, PyCharm)?

5条回答
  •  忘掉有多难
    2020-11-29 20:47

    If you are using spring boot, use Spring Boot to start your application instead of general application. Color will show up. No need to do anything else. It works for me.

提交回复
热议问题