Your first assignment is to create a personal repository for your own Spring Boot application in the organization m01-project.devs.
Steps:
- Go to https://start.spring.io
- Create a new Spring Boot project:
- Language: Java 25
- Spring Boot: 3.x
- Dependencies: Spring Web, Lombok, ...
- Download the generated ZIP and upload it to a new GitHub repository to the organization with your own account.
- Name your repo: spring-boot-demo-[yourname]
- Commit and push your initial code.
Deliverables:
- Share the GitHub repo link in a comment on this issue.
- Ensure main branch builds successfully (mvn clean install).
Evaluation:
✅ Project structure is correct
✅ .gitignore is included
✅ Readable commit messages