Spring Boot

Spring Boot

Spring boot is one  of most  trendiest technologies used to build web applications in java and its a Spring module provides rapid Application Development feature to the Spring Framework.
  • Spring boot makes it easy to create Spring powered,production grade applications.
  • Takes an opinionated view of Spring platform.
  • Used to create stand-alone Java applications.
Features of Spring Boot
  • Spring CLI(Command Line Interface)
          Spring Boot CLI allows you to Groovy for writing Spring Boot application and avoids boilerplate code.
  • Spring Initializer
          This basically a web application,which can create an internal project structure for you.
  • Spring Actuator
          Spring Actuator helps us to monitor and manage the Spring Boot application.
  • Starter Dependency
           Starter Dependency is the parent POM providing dependency and plugin for Spring Boot based applications.
  • Auto-configuration
          The auto-configuration feature of Spring Boot helps in loading the default configuration according to the project you are working on.
  • Logging and Security
          This feature of  Spring Boot ensures that all the applications made using Spring Boot are properly secured without any hassle.

Why Do We Need Spring Boot?

Spring Boot provides Stability and its based on Java virtual machine have Rapid application development in Java.
We can connect to any web Technologies and other databases like Mysql,PostgreSQL
Spring Boot is a Cloud Native  provides good Flexibility.
Its is a open source anybody can install Spring Boot and start working.







Comments

  1. Very Good Post! Thank you so much for sharing this good post, it was so good to read and useful to improve my knowledge as updated one, keep blogging.
    Visit us: Java Online Training Hyderabad
    Visit us: Java Training

    ReplyDelete

Post a Comment

Popular posts from this blog

System Requirements For Spring Boot

Creating a Spring Boot project with Spring Initializer

Creating Simple Spring Boot Application Using STS In Eclipse