Springboot console displaying invalid characters

Asked

Viewed 16 times

-1

Good morning, I recently started using Springboot as a framework, in the early days my console was being displayed normally, but it stopped displaying correctly and started showing invalid characters and also stopped displaying colors in the logs INFO, WARNING and ERROR. Just like the image below.

inserir a descrição da imagem aqui

I wonder if it is possible to fix this problem in the tool.

1 answer

0

some time after posting this question I found a video with the solution to the problem, and decided to share here, in case someone else goes through this problem, can find the solution faster. The video is available in this link for consultation.

To fix the problem, just access the following path in Sprinboot:

Help -> Eclipse Marketplace

Inside the window that will be displayed, search for ANSI Console inserir a descrição da imagem aqui

After locating just install this extension, in case it is already installed, check if it has pending updates (that was what was happening in my case).

After checking the extension, just restart the framework, if it still doesn’t work, add the code spring.output.ansi.enabled=always in the application.properties.

I hope this helps.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.