Skip to content

The /docs endpoint won't work with spring boot 1.4.2.RELEASE #7489

@eacdy

Description

@eacdy

I've included the two depedencies:

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

    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-actuator-docs</artifactId>
    </dependency>

And then with Spring Boot 1.4.2 the /doc endpoint returns me 404. But When I use Spring Boot 1.4.1 and below, It works.

Metadata

Metadata

Assignees

Labels

type: regressionA regression from a previous release

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions