I had an inner desire to try to translate my project to Spring Boot as it is much more convenient.

The project itself Spring MVC. I use JSP, PostgresDB, application.xml and so on (in plans to transfer xml to Java Config). Since I never worked in Spring Boot, I appeal to experts.

How problematic it is for me to translate my project to Spring Boot, I know that I need to prescribe some dependencies in pom and create a starting class with annotation, but I also understand that having done this, my project will not start so soon.

Plus, do I need to rewrite my directories to templates and static? I understand that the question may be stupid, but still, then they are questions)

  • Boot is just an auto tuner and launcher. If you really understand Spring, adding Boot to MVC will require minimal effort. - Sergey Gornostaev
  • Thank you very much Sergey, then I will deal with him. - Vladislav

0