Spring Boot Restaurant app.
For building and running the application you need:
There are several ways to run a Spring Boot application on your local machine.
One way is to execute the main method in the com.example.restauran.RestaurantApplication class.
Another way would be to use the Spring Boot Maven plugin like this in the command line:
mvn spring-boot:run