Files added: - controllers where the endpoints are defined - services where the business logic is defined - database.dbml where the database schema is defined - pom.xml updated with required dependencies
Starting the project after running 'spring init' command to set up a basic Spring Boot application structure with necessary dependencies.