- Spring Initializr
Initializr generates spring boot project with just what you need to start quickly!
- Getting Started | Building an Application with Spring Boot
The class is flagged as a @RestController, meaning it is ready for use by Spring MVC to handle web requests @GetMapping maps to the index() method When invoked from a browser or by using curl on the command line, the method returns pure text That is because @RestController combines @Controller and @ResponseBody, two annotations that results in web requests returning data rather than a view
- Tutorials :: Spring Boot
This section provides tutorials to help you get started using Spring Boot
- Spring Boot Reference Documentation
Legal: Legal information Getting Help: Resources for getting help Documentation Overview: About the Documentation, First Steps, and more Getting Started
- Spring Framework Documentation
Rod Johnson, Juergen Hoeller, Keith Donald, Colin Sampaleanu, Rob Harrop, Thomas Risberg, Alef Arendsen, Darren Davison, Dmitriy Kopylenko, Mark Pollack, Thierry
- Spring | Community
Spring | Community
- Spring Framework
Get ahead VMware offers training and certification to turbo-charge your progress Learn more Get support Tanzu Spring offers support and binaries for OpenJDK™, Spring, and Apache Tomcat® in one simple subscription
- Spring Cloud
Spring Cloud provides tools for developers to quickly build some of the common patterns in distributed systems (e g configuration management, service discovery, circuit breakers, intelligent routing, micro-proxy, control bus, short lived microservices and contract testing)
|