Course Date | Start Time | End Time | Time Zone | Location | Days | Price | |
---|---|---|---|---|---|---|---|
Call for In Class or Live Virtual Dates | 2 | $1,850 USD | Purchase |
VMware - Spring Boot: Developer
This course offers experience with Spring Boot and its major features, including auto-configuration, Actuator, Spring Boot testing framework and more. Features include the ability to create stand-alone Spring applications, embed Tomcat, Jetty, or Undertow directly (no need to deploy WAR files), provide opinionated 'starter' dependencies to simplify your build configuration, automatically configure Spring and 3rd party libraries whenever possible, provide production-ready features such as metrics, health checks, and externalized configuration, precluding the need for code generation and XML configuration. On completion, participants will have a foundation for creating enterprise and cloud-ready applications.
Please note that this course is a subset of the material in our 4-day Spring: Core Training course - there is no need to take both courses. This course is recommended if you have a good working knowledge of Spring Basics (see Prerequisites) but are new to Spring Boot.
Duration: 2 Days
Prerequisites
- A good working knowledge on web application development using Java and an IDE (Eclipse, STS or IntelliJ)
- Basic understanding of Spring: Java Config, component- scanning, Spring driven testing and Spring data-management (JdbcTemplate, @Transactional)
- Experience using Java and build tools such as Maven or Gradle
Audience
- Application developers who want to increase their understanding of Spring and Spring Boot and a focus on fundamentals
Learning Objectives
- Describe the benefits provided by Spring Boot
- Initialize a project using Spring Boot Starters
- Leverage Spring Boot's auto configuration features
- Create simplified backing-store solutions using Spring Data JPA
- Build a simple MVC application using Spring Boot, embedded Web Server and fat JARs or classic WARs
- Build a RESTful Web application
- Use Spring Security to secure Web and REST endpoints
- Enable and extend metrics and monitoring capabilities using Spring Boot actuator
- Leverage advance configuration capabilities
- Utilize Spring Boot enhancements to testing
Topics
- Introduction to Spring Essentials
- Spring Boot Introduction
- Spring Boot Dependencies, Auto-configuration, and Runtime
- JPA with Spring and Spring Data
- Spring MVC Architecture and Overview
- Rest with Spring MVC
- Spring Security
- Actuators, Metrics and Health Indicators
- Spring Boot Testing Enhancements