SpringOne Platform 2016 Replay: Writing your own Spring Boot Starter
Recorded at SpringOne Platform 2016. Speaker: Dieter Hubau Slides: http://www.slideshare.net/SpringCentral/writing-your-own-spring-boot-starter
Anyone who is actively using Spring must have heard of Spring Boot by now. It is the current de facto standard tool to start with a new Spring project and will become even more prevalent over the coming years. Next to an easy to use interface at start.spring.io and very good documentation, there are a ton of so called Spring Boot Starters which a developer can use to jumpstart their development. While the auto-configuration and starters often seem to…