Spring Boot in 15 Minutes
https://blooming-caverns-85507.herokuapp.com/
Spring Boot makes it easy to create stand-alone, production-grade Spring based Applications that you can "just run".
It takes an opinionated view of the Spring platform and third-party libraries so you can get started with minimum fuss. Most Spring Boot applications need very little Spring configuration.
Features
- Create stand-alone Spring applications
- Embed Tomcat, Jetty or Undertow directly (no need to deploy WAR files)
- Provide opinionated 'starter' dependencies to simplify your build configuration
- Automatically configure Spring and 3rd party libraries whenever possible
- Provide production-ready features such as metrics, health checks and externalized configuration
- Absolutely no code generation and no requirement for XML configuration
Quick start
- Bootstrap your application with Spring Initializr
Prerequisites
sudo apt update
sudo apt install default-jre -y
sudo apt install default-jdk -y
sudo apt install maven -y
sudo apt install unzip -y
sudo apt install httpie -y
Books
Spring Microservices in Action
by John Carnell
Publisher: Manning Publications
Release Date: June 2017
ISBN: 9781617293986-
By Dinesh Rajput
May 2018
Learn to develop, test, and deploy your Spring Boot distributed application and explore various best practices.