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
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.