Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

808
Vistas
Can the IntelliJ IDEA run tab have color?

I am running a spring boot application inside IntelliJ IDEA and noticed a difference if I run it via the run tab (run menu) and via manual command from the terminal tab.

If I run it through a maven run target (play button), I do not see any colors inside the 'run' tab. If I run it via 'mvn spring-boot:run from the 'terminal' tab I see the pretty color highlights. The maven run configuration also runs the same command, spring-boot:run.

Application started from the play button/run configuration (run tab): run tab Application started from the terminal tab via mvn spring-boot:run (terminal tab): terminal tab

over 4 years ago · Santiago Trujillo
3 Respuestas
Responde la pregunta

0

Inside build.gradle, add the following block to get colorized log output when running your Spring Boot app inside IntelliJ IDEA via gradle bootRun.

bootRun {
    jvmArgs = ["-Dspring.output.ansi.enabled=ALWAYS"]
}
over 4 years ago · Santiago Trujillo Denunciar

0

It's supported for the Spring Boot Run/Debug configuration type. It explicitly passes

-Dspring.output.ansi.enabled=always

JVM option enabling the color output.

As far as I know, ANSI colors support is not available when you run it in IntelliJ IDEA using Maven or Gradle configurations in the built-in console. Feature request is welcome.

over 4 years ago · Santiago Trujillo Denunciar

0

In IDEA 2017.1 EAP I'm getting colours even if I'm just running the application with the standard run command

Colours in IDEA

Edit: Might be that Community edition doesn't support Spring Boot at all (https://www.jetbrains.com/idea/features/editions_comparison_matrix.html)

enter image description here

over 4 years ago · Santiago Trujillo Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda