Skip to content

Migration guide refers to wrong starter reference #13928

@markthegrea

Description

@markthegrea

Trying to upgrade to Spring Boot 2.

  1. The documentation for REDIS on this page:
    https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-2.0-Migration-Guide

Says to use: spring-boot-starter-redis
But this is correct: spring-boot-starter-data-redis

  1. When I use the correct one above and try to start my app, I get:

Exception in thread "main" java.lang.IllegalStateException: Failed to read Class-Path attribute from manifest of jar file:/C:/Users/jucheme/.m2/repository/io/netty/netty-handler/4.1.25.Final/netty-handler-4.1.25.Final.jar

pom.txt

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions