Using jsp file in SpringBoot
<!-- https://mvnrepository.com/artifact/org.apache.tomcat.embed/tomcat-embed-jasper -->
<dependency>
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-jasper</artifactId>
<version>9.0.37</version>
</dependency>
Insert this dependency or search which version is present in the application i.e tomcat annotation version, then download the same version
Comments
Post a Comment