Spring Boot Starter Web provides all the dependencies and the auto > configuration need to develop web applications. It is the first dependency > we would use. > > <dependency> > <groupId>org.springframework.boot</groupId> > <artifactId>spring-boot-starter-web</artifactId> > </dependency> > > We want to use JSP as the view. Default embedded servlet container for > Spring Boot Starter Web is tomcat. To enable support for JSP’s, we would > need to add a dependency on tomcat-embed-jasper. > https://www.besanttechnologies.com/hadoop-training-jaya-nagar-bangalore
-- You received this message because you are subscribed to the Google Groups "PHP Framework Interoperability Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/php-fig/92685243-079f-4c71-a53b-d33d8d933062%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
