79128700

Date: 2024-10-26 14:15:48
Score: 0.5
Natty:
Report link

For me, the issue is resolved after adding the below dependency in pom.xml.

<dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-starter-jdbc</artifactId>
    <version>1.3.5.RELEASE</version>
</dependency>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Ankur Pandey