79439423

Date: 2025-02-14 12:53:30
Score: 1
Natty:
Report link

In my case, the dependency I had used for mysql, with Spring 6.x.x was incorrect.

Worked after adding:

    <dependency>
        <groupId>com.mysql</groupId>
        <artifactId>mysql-connector-j</artifactId>
        <scope>runtime</scope>
    </dependency>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: ImalshaG