Spring Boot - Fundamentals
You added this dependency to your
pom.xml but get a build error:
<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> <version>2.3.0.RELEASE</version> </dependency>What is the likely cause?
