📘 Premium Read: Access my best content on Medium member-only articles — deep dives into Java, Spring Boot, Microservices, backend architecture, interview preparation, career advice, and industry-standard best practices.
✅ Some premium posts are free to read — no account needed. Follow me on Medium to stay updated and support my writing.
🎓 Top 10 Udemy Courses (Huge Discount): Explore My Udemy Courses — Learn through real-time, project-based development.
▶️ Subscribe to My YouTube Channel (172K+ subscribers): Java Guides on YouTube
Download the latest Spring tool suite at https://spring.io/tools.
Create Spring Boot Project in Spring Tool Suite [STS]
1. Right-click in the package explorer and select New -> Spring Starter Project
2. Specify project details
- Generate: Maven Project
- Language: Java
- Java Version: 1.8 (Default)
- Spring Boot: 2.1.4
- Group: com.springboot.tutorial
- Artifact: springboot-helloworld-tutorial
- Name: com.springboot.tutorial
- Description: Demo project for Spring Boot
- Package Name : com.springboot.tutorial
- Packaging: jar (This is the default value)
- Dependencies: Web, JPA, MySQL, Dev Tools
3. Project Structure
Check out the complete Spring boot tutorial at Master in Spring Boot Tutorial.
Comments
Post a Comment
Leave Comment