We have a spring application which has both Old Servlets APIs and REST APIs
Planning to migrate the current application to Spring Boot.
What are the things to be checked for feasibility so that we don't enter into breaking of any features which is being lost due to this migration.
Any checkpoints would be helpful to cross check on before migration.
Thanks