79460561

Date: 2025-02-23 01:53:39
Score: 0.5
Natty:
Report link

If you are using JetBrain IntelliJ IDEA then there's another possibility: "workspace.xml" file under the ".idea" folder, in your project's root folder.

Open the "workspace.xml" file, find the text "SPRING_BOOT_MAIN_CLASS" (all UPPER CASE with under line/score between the words). It should be the text value for the "name" attribute of a option tag. The "value" attribute of that same option tag should be your package.name.and.main.class.name of your project.

Reasons:
  • No code block (0.5):
Posted by: Binyamin Regev