79670862

Date: 2025-06-18 14:58:41
Score: 0.5
Natty:
Report link

Remove

spring-boot-starter-data-jpa

and add

<dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-starter-tomcat</artifactId>
            <scope>provided</scope>
</dependency>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: LetsCode