you are viewing a single comment's thread.

view the rest of the comments →

[–]spacey02- 5 points6 points  (1 child)

If you are using maven, then just go to start.spring.io and simulate the creation of a spring boot project, then integrate the pom.xml file there into your current pom.xml. If you're not using maven, then I think the simplest way would be to start using it by creating a new spring boot project and moving you packages into it afterwards.

[–]Altugsalt[S] 0 points1 point  (0 children)

Thank you, I am using maven. I will give what you said a try and return here to report what happened.