1
When creating a Maven project by https://start.spring.io/ and import it in Eclipse IDE, is displayed 1 error in the view problems eclipse. The problem is that in description, no hint is displayed(Unknown) of what is causing it. I am following in the footsteps of a Youtube channel, however, I would like to know if this error can be impeding for me in the development of the Project, I need to make some configuration that is missing or make some recommendation?
Try to create the project by the eclipse itself, I always go around and never had problems, new >> project >> spring start project
– rnd_rss
That way, I lose all the practicality of inheriting all the dependencies needed to start the implementation, it’s not?!
– RXSD
Don’t miss, there’s a Wizard where you set things up, check out the print https://i.imgur.com/Piaamcm.png now that I’m paying attention, I’m talking about the Spring Tool Suite (STS) but I think you have a plugin for the eclipse that enables these things
– rnd_rss
Are you using the Maven Embedded installation or have some proxy configuration in your
settings.xml
?– nullptr
Anyway @Andréfilipe, if the code is compiling while running Maven Goals and is working, you can select that error and delete it from the list.
– nullptr
I’ll check tonight as soon as I get home. OK?
– RXSD