Spring Boot Notes
Spring Boot Notes
You can use Spring Boot to create Java applications that can be started
using java -jar or more traditional war deployments. We also provide a
command line tool that runs spring scripts.
Be opinionated out of the box, but get out of the way quickly as
requirements start to diverge from the defaults.
System Requirements
You can also deploy Spring Boot applications to any Servlet 3.0+ compatible
container.