79450453

Date: 2025-02-19 07:10:42
Score: 1.5
Natty:
Report link

spring-boot-starter-parent version 3.3.8 does not have this issue

<parent>
        <groupId>org.springframework.boot</groupId>
        <artifactId>spring-boot-starter-parent</artifactId>
        <version>3.3.8</version>
        <relativePath/> <!-- lookup parent from repository -->
</parent>

solves this

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