Housing Watch Web Search

Search results

  1. Results From The WOW.Com Content Network
  2. Projects - Spring

    spring.io/projects

    From configuration to security, web apps to big data—whatever the infrastructure needs of your application may be, there is a Spring Project to help you build it. Start small and use just what you need—Spring is modular by design.

  3. Spring Initializr

    start.spring.io

    Enable your Spring Boot application to work with Okta via OAuth 2.0/OIDC.","versionRange":"[3.2.0.RELEASE,3.4.0.M1)","_links":{"guide":[{"href":"https://github.com/okta/samples-java-spring/tree/master/okta-hosted-login","title":"Okta-Hosted Login Page Example"},{"href":"https://github.com/okta/samples-java-spring/tree/master/custom-login ...

  4. Spring | Home

    spring.io

    What Spring can do. Quickly deliver production‑grade features with independently evolvable microservices. Spring's asynchronous, nonblocking architecture means you can get more from your computing resources. Your code, any cloud—we’ve got you covered. Connect and scale your services, whatever your platform.

  5. Quickstart - Spring

    spring.io/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. Spring Boot is the quickest and most popular way to start Spring projects.

  6. This guide provides a sampling of how Spring Boot helps you accelerate application development. As you read more Spring Getting Started guides, you will see more use cases for Spring Boot. This guide is meant to give you a quick taste of Spring Boot.

  7. Spring Projects :: Spring Boot

    docs.spring.io/spring-boot/spring-projects.html

    Developing with Spring Boot. Build Systems; Structuring Your Code; Configuration Classes; Auto-configuration; Spring Beans and Dependency Injection; Using the @SpringBootApplication Annotation; Running Your Application; Developer Tools; Packaging Your Application for Production; Core Features. SpringApplication; Externalized Configuration ...

  8. Developing Your First Spring Boot Application

    docs.spring.io/spring-boot/tutorial/first-application

    Developing Your First Spring Boot Application. This section describes how to develop a small “Hello World!” web application that highlights some of Spring Boot’s key features. You can choose between Maven or Gradle as the build system. The spring.io website contains many “Getting Started” guides that use Spring Boot.

  9. Spring Framework Overview

    docs.spring.io/spring-framework/reference/overview.html

    Over time, other Spring projects have been built on top of the Spring Framework. Most often, when people say "Spring", they mean the entire family of projects. This reference documentation focuses on the foundation: the Spring Framework itself.

  10. Spring Data

    spring.io/projects/spring-data

    Spring Data is an umbrella project consisting of independent projects with, in principle, different release cadences. To manage the portfolio, a BOM (Bill of Materials - see this example) is published with a curated set of dependencies on the individual project.

  11. 1. Introduction to Spring Framework

    docs.spring.io/spring-framework/docs/3.2.x/spring-framework-reference/html/...

    Spring Framework is a Java platform that provides comprehensive infrastructure support for developing Java applications. Spring handles the infrastructure so you can focus on your application. Spring enables you to build applications from “plain old Java objects” (POJOs) and to apply enterprise services non-invasively to POJOs.