Converting existing project to Spring boot project in InelliJ
I have an existing project. I need to make it a Spring boot based project and I am using IntelliJ CE.
What would be correct procedure for doing it?
Edit: Project has no initial structure. It is a totally empty project. So no existing modules etc.