About 1,580,000 results
Open links in new tab
  1. Spring Boot

    Spring Boot makes it easy to create stand-alone, production-grade Spring based Applications that you can "just run". We take an opinionated view of the Spring platform and third-party libraries so you can …

  2. Spring Boot

    Spring Boot helps you to create stand-alone, production-grade Spring-based applications that you can run. We take an opinionated view of the Spring platform and third-party libraries, so that you can get …

  3. Spring | Home

    Level up your Java™ code With Spring Boot in your app, just a few lines of code is all you need to start building services like a boss. New to Spring? Try our simple quickstart guide.

  4. Documentation Overview :: Spring Boot

    Optimizing for Production Spring Boot applications can be optimized for production using technologies described in these sections:

  5. Getting Started

    It answers the basic “what?”, “how?” and “why?” questions. It includes an introduction to Spring Boot, along with installation instructions. We then walk you through building your first Spring Boot …

  6. Getting Started | Building an Application with Spring Boot

    Spring Boot offers a fast way to build applications. It looks at your classpath and at the beans you have configured, makes reasonable assumptions about what you are missing, and adds those items.

  7. How-to Guides :: Spring Boot

    This section provides answers to some common ‘how do I do that… ’ questions that often arise when using Spring Boot. Its coverage is not exhaustive, but it does cover quite a lot.

  8. Installing Spring Boot

    If you are new to Java development or if you want to experiment with Spring Boot, you might want to try the Spring Boot CLI (Command Line Interface) first. Otherwise, read on for “classic” installation …

  9. Spring | Quickstart

    Projects created by start.spring.io contain Spring Boot , a framework that makes Spring ready to work inside your app, but without much code or configuration required.

  10. Developing Your First Spring Boot Application

    Spring Boot provides a number of starters that let you add jars to your classpath. Starters provide dependencies that you are likely to need when developing a specific type of application.