Getting Started with Spring Boot 2
Getting Started with Spring Boot 2, available at $64.99, has an average rating of 4.2, with 103 lectures, based on 516 reviews, and has 3182 subscribers.
You will learn about The new features in Spring Boot 2 and Spring Framework 5 Spring MVC Spring Security & Thymeleaf Spring Data JPA Spring Boot Essentials This course is ideal for individuals who are Java Developer – You should be familiar with the Java Programming language. You don't need to be a rockstar (I certainly am not) but you should have an intermediate understanding. or Web Developer – While you don't need to know Spring to get started you should have some experience building web applications. If you have experience using another MVC framework that's even better but it's not required. or Heard of Spring – You don't need prior experience with Spring but if you have at least heard of it and understand what it is that will help you out. or New Features – You are interested in seeing some of the new features in Spring Framework 5 and Spring Boot 2. It is particularly useful for Java Developer – You should be familiar with the Java Programming language. You don't need to be a rockstar (I certainly am not) but you should have an intermediate understanding. or Web Developer – While you don't need to know Spring to get started you should have some experience building web applications. If you have experience using another MVC framework that's even better but it's not required. or Heard of Spring – You don't need prior experience with Spring but if you have at least heard of it and understand what it is that will help you out. or New Features – You are interested in seeing some of the new features in Spring Framework 5 and Spring Boot 2.
Enroll now: Getting Started with Spring Boot 2
Summary
Title: Getting Started with Spring Boot 2
Price: $64.99
Average Rating: 4.2
Number of Lectures: 103
Number of Published Lectures: 103
Number of Curriculum Items: 103
Number of Published Curriculum Objects: 103
Original Price: $199.99
Quality Status: approved
Status: Live
What You Will Learn
- The new features in Spring Boot 2 and Spring Framework 5
- Spring MVC
- Spring Security & Thymeleaf
- Spring Data JPA
- Spring Boot Essentials
Who Should Attend
- Java Developer – You should be familiar with the Java Programming language. You don't need to be a rockstar (I certainly am not) but you should have an intermediate understanding.
- Web Developer – While you don't need to know Spring to get started you should have some experience building web applications. If you have experience using another MVC framework that's even better but it's not required.
- Heard of Spring – You don't need prior experience with Spring but if you have at least heard of it and understand what it is that will help you out.
- New Features – You are interested in seeing some of the new features in Spring Framework 5 and Spring Boot 2.
Target Audiences
- Java Developer – You should be familiar with the Java Programming language. You don't need to be a rockstar (I certainly am not) but you should have an intermediate understanding.
- Web Developer – While you don't need to know Spring to get started you should have some experience building web applications. If you have experience using another MVC framework that's even better but it's not required.
- Heard of Spring – You don't need prior experience with Spring but if you have at least heard of it and understand what it is that will help you out.
- New Features – You are interested in seeing some of the new features in Spring Framework 5 and Spring Boot 2.
This course offers hands-on experience building Spring Framework applications using Spring Boot. The first thing that is going to stand out is that we are going to move away from the boring, non-useful demos. In the new course, we are going to build a practical application from start to finish.
While we are creating this application together we will take a look at some of the new features Spring Framework 5 & Spring Boot 2 have to offer. By taking this course you will have the latest skills that you need to build real applications using the Spring Framework.
What is Spring Boot?
Spring Boot makes it easy to create stand-alone, production-grade Spring based Applications that you can “just run”.
Spring Boot takes an opinionated view of the Spring platform and third-party libraries so you can get started with minimum fuss. Most Spring Boot applications need very little Spring configuration.
Build anything with Spring Boot
Spring Boot is the starting point for building all Spring-based applications. Spring Boot is designed to get you up and running as quickly as possible, with minimal upfront configuration of Spring.
-
Get started in seconds using Spring Initializr
-
Build anything – REST API, WebSocket, Web, Streaming, Tasks, and more
-
Simplified Security
-
Rich support for SQL and NoSQL
-
Embedded runtime support – Tomcat, Jetty, and Undertow
-
Developer productivity tools such as live reload and auto restart
-
Curated dependencies that just work
-
Production-ready features such as tracing, metrics and health status
-
Works in your favorite IDE – Spring Tool Suite, IntelliJ IDEA and NetBeans
Course Curriculum
Chapter 1: Introduction
Lecture 1: Course Introduction
Lecture 2: Goals for this course
Lecture 3: Development Environment Setup
Lecture 4: Spring Framework vs Spring Boot
Lecture 5: Course Resources Update
Lecture 6: Course Documentation
Chapter 2: Project Overview
Lecture 1: Project Introduction
Lecture 2: Create the initial Project
Lecture 3: Running with Spring Boot
Lecture 4: Requirements
Lecture 5: Mockup the UI
Lecture 6: Domain Model
Chapter 3: Github
Lecture 1: Introduction
Lecture 2: Create the initial Repository
Lecture 3: README Setup
Lecture 4: Git Workflow
Lecture 5: Using Git & Github
Chapter 4: Spring Boot Essentials
Lecture 1: Spring Boot Essentials Introduction
Lecture 2: Spring Boot Devtools
Lecture 3: Configuration & Properties
Lecture 4: Profiles
Lecture 5: Debugging & Logging
Lecture 6: Actuator
Chapter 5: Spring MVC: Model
Lecture 1: Spring Data JPA
Lecture 2: Entities
Lecture 3: Project Lombok Refactor
Lecture 4: Repositories
Lecture 5: Entity Relationships (Mappings)
Lecture 6: Auditing Aware
Lecture 7: Merge Branch Back into Master
Chapter 6: Database Layer
Lecture 1: Introduction
Lecture 2: Common Application Properties & H2 Database
Lecture 3: MySQL Settings
Lecture 4: Database Schema & Data
Lecture 5: Command Line Runner
Lecture 6: Explore our Repositories
Chapter 7: Spring MVC: Controller
Lecture 1: Spring MVC – What is a Controller
Lecture 2: Controller vs Rest Controller
Lecture 3: Controller Handler Methods
Lecture 4: Link Controller
Lecture 5: Merge Branch Back into Master
Chapter 8: Spring MVC: The View Layer
Lecture 1: Spring MVC: View (The User Interface)
Lecture 2: Templates
Lecture 3: Hello, Thymeleaf!
Lecture 4: Moving our Spring-it Templates
Lecture 5: Thymeleaf Layouts
Lecture 6: List Links (Home)
Lecture 7: View Link
Lecture 8: Submit Link
Lecture 9: Conclusion & Merge
Chapter 9: Spring Security: Configuration
Lecture 1: Spring Security Introduction
Lecture 2: Configuration
Lecture 3: Users & Roles
Lecture 4: User Details Service
Lecture 5: Add Users & Roles to Database
Lecture 6: Auditing Configuration
Lecture 7: Actuator Security
Lecture 8: H2 Console Security
Chapter 10: Spring Security: The View Layer
Lecture 1: Introduction
Lecture 2: Custom Login Form
Lecture 3: Username & Password Form Parameters
Lecture 4: Logout
Lecture 5: Remember Me
Lecture 6: Thymeleaf Spring Security Dialect
Lecture 7: Who Submitted this Link?
Lecture 8: Account & Register Templates
Lecture 9: Merge Branch Back into Master
Chapter 11: Voting
Lecture 1: Up Vote & Down Vote Intro
Lecture 2: Vote Entity & Repository
Lecture 3: Voting Controller
Lecture 4: Calling our Vote API
Lecture 5: Security Concerns
Chapter 12: Comments
Lecture 1: Database Loader: Add new comments
Lecture 2: List Comments
Lecture 3: Add New Comment
Chapter 13: Spring MVC: The Service Layer
Lecture 1: Service Layer Introduction
Lecture 2: User Service
Lecture 3: Link Controller Refactoring
Lecture 4: Exercise: Comment & Vote Services
Lecture 5: @Transactional
Lecture 6: Merge & Conclusion
Chapter 14: Registration
Lecture 1: Registration Introduction
Lecture 2: User Refactoring
Lecture 3: Registration Form
Lecture 4: User Registration
Lecture 5: Password & Password Confirmation
Instructors
-
Dan Vega
Spring Developer Advocate & Best Selling Instructor
Rating Distribution
- 1 stars: 9 votes
- 2 stars: 15 votes
- 3 stars: 66 votes
- 4 stars: 183 votes
- 5 stars: 243 votes
Frequently Asked Questions
How long do I have access to the course materials?
You can view and review the lecture materials indefinitely, like an on-demand channel.
Can I take my courses with me wherever I go?
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!
You may also like
- Top 10 Language Learning Courses to Learn in November 2024
- Top 10 Video Editing Courses to Learn in November 2024
- Top 10 Music Production Courses to Learn in November 2024
- Top 10 Animation Courses to Learn in November 2024
- Top 10 Digital Illustration Courses to Learn in November 2024
- Top 10 Renewable Energy Courses to Learn in November 2024
- Top 10 Sustainable Living Courses to Learn in November 2024
- Top 10 Ethical AI Courses to Learn in November 2024
- Top 10 Cybersecurity Fundamentals Courses to Learn in November 2024
- Top 10 Smart Home Technology Courses to Learn in November 2024
- Top 10 Holistic Health Courses to Learn in November 2024
- Top 10 Nutrition And Diet Planning Courses to Learn in November 2024
- Top 10 Yoga Instruction Courses to Learn in November 2024
- Top 10 Stress Management Courses to Learn in November 2024
- Top 10 Mindfulness Meditation Courses to Learn in November 2024
- Top 10 Life Coaching Courses to Learn in November 2024
- Top 10 Career Development Courses to Learn in November 2024
- Top 10 Relationship Building Courses to Learn in November 2024
- Top 10 Parenting Skills Courses to Learn in November 2024
- Top 10 Home Improvement Courses to Learn in November 2024