79529253

Date: 2025-03-23 16:23:53
Score: 1
Natty:
Report link

If your project is modular and you’re using @ComponentScan, such as:

@ComponentScan(basePackages = {
    "com.aaa.bbb.ccc.ddd"
})

You might need to specify a broader package, like "com.aaa.bbb" or "com.aaa.bbb.ccc". This approach resolved a similar issue for me after spending days troubleshooting.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Anthony Ohiero Lifu