Boot Up with Spring Boot

Posted by Dhiraj Ray on February 14th, 2017

Spring Boot helps you to create standalone production ready web app with many production-ready features such as metrics, health checks and externalized configuration without worrying about environments related configurations.Absolutely no code generation and no requirement for XML configuration.

Follow Complete tutorial to Spring JDBC to check it is how easy to integrate Spring JDBC with Spring Boot app.It provides complete solution as a JDBC template over traditional jdbc where you used to spent most of the time in handling exceptions only.

Embedded tomcat, jetty support has made the spring boot app portable and independent of deploying environments. Apart from this you can enjoy production ready features such as metrics, health checks.

Now coming to security, it is almost plug and play.No need to manually configure beans and create placeholder class files just to secure your app.These configurations are now old school thing.Detailed implementations at Spring Boot Security Guide.

Like it? Share it!


Dhiraj Ray

About the Author

Dhiraj Ray
Joined: February 14th, 2017
Articles Posted: 2

More by this author