How to Create Spring Boot Project using Spring Initializr?
How to Create Spring Boot Project using Spring Initializr?

Spring boot provides a starter project called Spring Initializr which provides you a template for your project based on the options you choose on the starter project.

  • Jan 13 2025
  • 2 min read
Spring Boot Hello World Program
Spring Boot Hello World Program

New to spring boot and looking to build your first program? Check this article to learn how to start your spring boot journey with a traditional Hello World program. Learn about Spring’s initializer project.

  • Sep 23 2024
  • 2 min read
How to Serve Static Resources in Spring Boot
How to Serve Static Resources in Spring Boot

Curious how to serve static resources like JavaScript files, images or html files from spring boot app? Check this article to learn where Spring looks at for static files and also how to customize this location.

  • Sep 23 2024
  • 2 min read

Developer Tools