79791790

Date: 2025-10-16 05:18:41
Score: 2.5
Natty:
Report link

I have similar issue like this ,here am sharing the solution worked for me

In my case , while starting my springboot application on intellij it doesn't take the flywayconfiguration folder located in the configuration folder until giving the absolute path.but it work correctly on my teammate's pc also this will work when i run this outside the ide. to fix this

To fix:

1.Remove the existing project from IntelliJ and reload again fresh checkout

2.Clean & Refresh IntelliJ Project

3.Click File → Invalidate Caches / Restart → Invalidate and Restart

Then Build → Rebuild Project

4.Correct the Working directory

  1. Go to Run → Edit Configurations.

  2. Select your run configuration.

  3. Look at the Working directory field.

    • It should point to the project root (the folder containing configuration/).
  4. Apply → OK → Re-run.

Reasons:
  • Blacklisted phrase (1): I have similar
  • Whitelisted phrase (-1): worked for me
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Me too answer (2.5): I have similar issue
  • Low reputation (1):
Posted by: mariya cherian