Application frontend does not open when I use intellij only when I use eclipse
I have a legacy application that was migrated to SpringBoot and when I run it through Eclipse without configuring anything different it runs and when I access my http://localhost:8080 it opens normally but when I run it through IntelliJ it does not open the front end and there are no errors in the log.
my project structure