JSON Formatter
Spring Boot
Find latest Spring Boot articles and interview questions.
Total Posts: 3
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.
2 min read
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.
2 min read
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.
2 min read