I am trying to build a SpringBoot application.
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootAppli
I solved this problem using tomcat
configuration in pom.xml
First go to tomcat folder and open cmd
in bin my path is :
C:\Program Files\Apache Software Foundation\Tomcat 8.5\bin>
get tomcat version using this command
C:\Program Files\Apache Software Foundation\Tomcat 8.5\bin>catalina.sh version
After this add this in pom.xml
1.8
8.5.43