0 votes
104 views
in Spring Boot by
Spring-boot-starter-web gradle dependency

1 Answer

0 votes
by (5k points)
Spring boot starter for building web, including RESTful, applications using Spring MVC. Uses Tomcat as the default embedded container.

You just copy the following code and paste into your gradle file:-
// spring-boot-starter-web
compile group: 'org.springframework.boot', name: 'spring-boot-starter-web', version: '2.1.2.RELEASE'

Share:- Whatsapp Facebook Facebook


Welcome to Developerhelpway Q&A, where you can ask questions and receive answers from other members of the community.

Categories

...