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>