Spring-boot error starting tomcat context. Error creating bean with name 'servletEndpointRegistrar'
Since you have not added any database to this project remove data-jpa
dependencies from your pom.xml file,
It was creating a dependency conflict.
It will run properly once removed.