DEV Community

slumboy
slumboy

Posted on

 

How to configure console color (asni) Spring-boot

In application.yml file.

spring:
  output:
    ansi:
      enabled:  always

Top comments (0)

The 25 most recommended programming books of all-time

  • The post lists the 25 most recommended programming books of all time
  • The list is based on recommendations from programmers around the world
  • The books cover a range of topics including software design, algorithms, programming languages, and more
  • Classics like "The Pragmatic Programmer" and "Design Patterns" are included
  • Newer favorites like "Clean Code" and "The Phoenix Project" are also on the list