79082650

Date: 2024-10-13 07:41:42
Score: 1
Natty:
Report link

The web starter dependency is apparently necessary and was missing. Adding it fixed the problem.


        <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-starter-web</artifactId>
        </dependency>

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: IDK