Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 351 Bytes

File metadata and controls

12 lines (10 loc) · 351 Bytes

Hint 1

Start with updating to the latest minor version of the spring-boot-starter-parent. Just update the version number of the parent to the latest stable version.

    <parent>
        <groupId>org.springframework.boot</groupId>
        <artifactId>spring-boot-starter-parent</artifactId>
        <version>xxx</version>
    </parent>