Spring Boot: More Spring, Less Configuration

Track: Web
Skill Level: Beginner
Room: Room 103
Time Slot: Mon 2/24, 5:30 PM
Tags: java , spring boot , spring
Presentation Link
Abstract

Spring offers a number of configuration options: XML configuration, Java configuration, and Groovy configuration to name a few. To some degree, component-scanning and autowiring help eliminate some explicit configuration. But in general most Spring applications require some essential “bootstrap” configuration to enable key functionality. What’s the right way to build Spring applications when there are so many choices?

What if I told you that configuration was optional?

Spring Boot is an exciting new project that makes it extremely easy to create stand-alone, production-ready Spring applications. Spring Boot takes an opinionated approach to configuring Spring, making it possible to create Spring applications with little or, in some cases, no Spring configuration at all!

In this session, we’ll see how to build real Spring applications using Spring Boot. We’ll also look under the covers to see what makes Spring Boot tick and see how to create plugins for Spring Boot to extend its magic.

Craig Walls

Craig Walls is a senior engineer with Pivotal as the Spring Social project lead and is the author of Spring in Action and Spring Boot in Action. He’s a zealous promoter of the Spring Framework, speaking frequently at local user groups and conferences and writing about Spring. When he’s not slinging code, Craig spends as much time as he can with his wife, two daughters, 2 birds and 2 dogs.