The initial project is an empty project, so when you run ./mvnw spring-boot:run in this folder, the message becomes clear and says that the project does not have a main class to run as the Spring boot application.
If you run the command in the full folder, you run the project, which has all the tutorial logic.
If you enter the root folder and run mvnw from internal or source folders, you get this message because it looks like you are cd to a completely unnecessary folder, for example / test / project (you can try this).
That mvnw is trying to find and run the .pom file, where in all folders except the full and initial, no.
source share