17
MASTERING SPRING BOOT In 3 Simple Steps

MASTERING SPRING BOOT - Java2Days 2017 · What & Why Spring Boot How to Master it. #Java2Days2017 Bulgaria @andrespedes Spring Boot ? WHAT & WHY 1. #Java2Days2017 Bulgaria @andrespedes

  • Upload
    others

  • View
    15

  • Download
    0

Embed Size (px)

Citation preview

Page 1: MASTERING SPRING BOOT - Java2Days 2017 · What & Why Spring Boot How to Master it. #Java2Days2017 Bulgaria @andrespedes Spring Boot ? WHAT & WHY 1. #Java2Days2017 Bulgaria @andrespedes

MASTERING SPRING BOOT

I n 3 S i m p l e S t e p s

Page 2: MASTERING SPRING BOOT - Java2Days 2017 · What & Why Spring Boot How to Master it. #Java2Days2017 Bulgaria @andrespedes Spring Boot ? WHAT & WHY 1. #Java2Days2017 Bulgaria @andrespedes

Speaker, Java Evangelist,

JSR-367 Contributor, JCP Member,

Auth0 Ambassador, DZone MVB,

Java EE Guardian

Hello!

I’m Andrés Céspedes Morales

Twitter: @andrespedesGithub: @pedes

www.andrespedes.com

Page 3: MASTERING SPRING BOOT - Java2Days 2017 · What & Why Spring Boot How to Master it. #Java2Days2017 Bulgaria @andrespedes Spring Boot ? WHAT & WHY 1. #Java2Days2017 Bulgaria @andrespedes

#Java2Days2017 Bulgaria @andrespedes

AGENDA

AutoConfiguration Magic ( Conditionals )

What & Why Spring Boot

How to Master it

Page 4: MASTERING SPRING BOOT - Java2Days 2017 · What & Why Spring Boot How to Master it. #Java2Days2017 Bulgaria @andrespedes Spring Boot ? WHAT & WHY 1. #Java2Days2017 Bulgaria @andrespedes

#Java2Days2017 Bulgaria @andrespedes

Spring Boot ?

WHAT & WHY

1

Page 5: MASTERING SPRING BOOT - Java2Days 2017 · What & Why Spring Boot How to Master it. #Java2Days2017 Bulgaria @andrespedes Spring Boot ? WHAT & WHY 1. #Java2Days2017 Bulgaria @andrespedes

#Java2Days2017 Bulgaria @andrespedes

Insights & Metrics

Actuator

Configuration based on

classes, beans & properties

AutoConfiguration

CLI Stands for Command

Line Interface

Spring CLI

SPRING BOOT ESSENTIALS

Wrap-up libraries

Starters

Page 6: MASTERING SPRING BOOT - Java2Days 2017 · What & Why Spring Boot How to Master it. #Java2Days2017 Bulgaria @andrespedes Spring Boot ? WHAT & WHY 1. #Java2Days2017 Bulgaria @andrespedes

#Java2Days2017 Bulgaria @andrespedes

It’s cool

Top OS Project

Java-based configuration

XML-less

Convention over

configuration

Ease to Config

SPRING BOOT FEATURES

Simplify project development

Bootstrap

Page 7: MASTERING SPRING BOOT - Java2Days 2017 · What & Why Spring Boot How to Master it. #Java2Days2017 Bulgaria @andrespedes Spring Boot ? WHAT & WHY 1. #Java2Days2017 Bulgaria @andrespedes

#Java2Days2017 Bulgaria @andrespedes

How Auto-configuration works under the hood

UNDERSTAND THE MAGIC

2

Page 8: MASTERING SPRING BOOT - Java2Days 2017 · What & Why Spring Boot How to Master it. #Java2Days2017 Bulgaria @andrespedes Spring Boot ? WHAT & WHY 1. #Java2Days2017 Bulgaria @andrespedes

#Java2Days2017 Bulgaria @andrespedes

@ComponentScan

@SPRINGBOOTAPPLICATION

@Configuration @EnableAutoConfiguration

Page 9: MASTERING SPRING BOOT - Java2Days 2017 · What & Why Spring Boot How to Master it. #Java2Days2017 Bulgaria @andrespedes Spring Boot ? WHAT & WHY 1. #Java2Days2017 Bulgaria @andrespedes

#Java2Days2017 Bulgaria @andrespedes

@COMPONENTSCAN

Repository Service

Controller Configuration

Component

Page 10: MASTERING SPRING BOOT - Java2Days 2017 · What & Why Spring Boot How to Master it. #Java2Days2017 Bulgaria @andrespedes Spring Boot ? WHAT & WHY 1. #Java2Days2017 Bulgaria @andrespedes

#Java2Days2017 Bulgaria @andrespedes

@CONFIGURATION

Bean

Page 11: MASTERING SPRING BOOT - Java2Days 2017 · What & Why Spring Boot How to Master it. #Java2Days2017 Bulgaria @andrespedes Spring Boot ? WHAT & WHY 1. #Java2Days2017 Bulgaria @andrespedes

#Java2Days2017 Bulgaria @andrespedes

@ENABLEAUTOCONFIGURATION

spring.factories

Page 12: MASTERING SPRING BOOT - Java2Days 2017 · What & Why Spring Boot How to Master it. #Java2Days2017 Bulgaria @andrespedes Spring Boot ? WHAT & WHY 1. #Java2Days2017 Bulgaria @andrespedes

#Java2Days2017 Bulgaria @andrespedes

There are three ways

HOW TO MASTER IT

3

Page 13: MASTERING SPRING BOOT - Java2Days 2017 · What & Why Spring Boot How to Master it. #Java2Days2017 Bulgaria @andrespedes Spring Boot ? WHAT & WHY 1. #Java2Days2017 Bulgaria @andrespedes

#Java2Days2017 Bulgaria @andrespedes

Page 14: MASTERING SPRING BOOT - Java2Days 2017 · What & Why Spring Boot How to Master it. #Java2Days2017 Bulgaria @andrespedes Spring Boot ? WHAT & WHY 1. #Java2Days2017 Bulgaria @andrespedes

#Java2Days2017 Bulgaria @andrespedes

Page 15: MASTERING SPRING BOOT - Java2Days 2017 · What & Why Spring Boot How to Master it. #Java2Days2017 Bulgaria @andrespedes Spring Boot ? WHAT & WHY 1. #Java2Days2017 Bulgaria @andrespedes

#Java2Days2017 Bulgaria @andrespedes

Knowledge

transfer

Customize and

build your own

autoconfig

Build a project and

use it in

production

PATH TO MASTERY

Page 16: MASTERING SPRING BOOT - Java2Days 2017 · What & Why Spring Boot How to Master it. #Java2Days2017 Bulgaria @andrespedes Spring Boot ? WHAT & WHY 1. #Java2Days2017 Bulgaria @andrespedes

#Java2Days2017 Bulgaria @andrespedes

CHECKOUT THE PROJECT

https://github.com/pedes/mastering-spring-boot

Page 17: MASTERING SPRING BOOT - Java2Days 2017 · What & Why Spring Boot How to Master it. #Java2Days2017 Bulgaria @andrespedes Spring Boot ? WHAT & WHY 1. #Java2Days2017 Bulgaria @andrespedes

#Java2Days2017 Bulgaria @andrespedes

Thanks!You can find me at: @andrespedes | [email protected] | [email protected]

Any questions?