We generally define our main application class in a root package above other classes.
The Spring Boot Application annotation in the main application class implicitly loads other classes as its the base package.
MY Question my main class is in com.example.main my controller class package is com.example.controller
when i run as Spring boot app, application is loaded but the rest API throws 404, how to configure parallel