Spring Boot 2.0: Apps & Microservices
Spring Boot 2.0: Apps & Microservices, available at $19.99, has an average rating of 3.95, with 54 lectures, 2 quizzes, based on 15 reviews, and has 104 subscribers.
You will learn about Build Spring Boot and Spring MVC applications Implement exception handling and validation in Spring Boot Test your Spring Boot applications with @WebMvcTest and @MockBean Secure your applications using Spring Security Explore microservices-based architecture Use Domain-Driven Design for designing your Microservices Develop and design RESTful web services with Spring Boot Develop microservices with Spring Boot and Spring Cloud Build RESTful APIs with Spring HATEOAS Perform integration testing with Spring MVC This course is ideal for individuals who are This course is for Java developers who want to build applications with Spring Boot 2.0 and run microservices based application for production in Spring Boot. It is particularly useful for This course is for Java developers who want to build applications with Spring Boot 2.0 and run microservices based application for production in Spring Boot.
Enroll now: Spring Boot 2.0: Apps & Microservices
Summary
Title: Spring Boot 2.0: Apps & Microservices
Price: $19.99
Average Rating: 3.95
Number of Lectures: 54
Number of Quizzes: 2
Number of Published Lectures: 54
Number of Published Quizzes: 2
Number of Curriculum Items: 56
Number of Published Curriculum Objects: 56
Original Price: $199.99
Quality Status: approved
Status: Live
What You Will Learn
- Build Spring Boot and Spring MVC applications
- Implement exception handling and validation in Spring Boot
- Test your Spring Boot applications with @WebMvcTest and @MockBean
- Secure your applications using Spring Security
- Explore microservices-based architecture
- Use Domain-Driven Design for designing your Microservices
- Develop and design RESTful web services with Spring Boot
- Develop microservices with Spring Boot and Spring Cloud
- Build RESTful APIs with Spring HATEOAS
- Perform integration testing with Spring MVC
Who Should Attend
- This course is for Java developers who want to build applications with Spring Boot 2.0 and run microservices based application for production in Spring Boot.
Target Audiences
- This course is for Java developers who want to build applications with Spring Boot 2.0 and run microservices based application for production in Spring Boot.
Spring is one of the best frameworks in the market for developing web, enterprise, and cloud-ready applications and services. Spring Boot simplifies the building of complex apps dramatically by reducing the amount of boilerplate code, and by providing production-ready features and a simple deployment model. It is the fastest way to get a Spring application up-and-running with the fewest lines of code and the least configuration. If you’re a Java developer who wants to build applications with Spring Boot 2.0 and run microservices based application for production in Spring Boot 2.0, then go for this course.
This comprehensive 2-in-1 course is a step-by-step guide to building, testing, deploying, and monitoring your robust and scalable web applications and web services using Spring MVC. You will learn to build microservices using Spring Boot 2.0 and see how microservices address common operational and infrastructural concerns. You will also explore a suite of tools that Spring Cloud offers for the discovery, routing, and deployment of microservices to the enterprise and the cloud. Next, you will learn how to build RESTful web services application using the Spring WebFlux framework. Spring WebFlux is a new framework that helps in creating a reactive application in a functional way. Finally, you will leverage the additional features offered by Spring Boot Actuator to help you monitor and manage your applications and services when it’s pushed to production.
Contents and Overview
This training program includes 2 complete courses, carefully chosen to give you the most comprehensive training possible.
The first course, Spring Boot 2.0 in 7 Days, is your perfect guide to rapidly developing enterprise-grade applications with Spring Boot. It will kick-start the task of achieving your business goals with Spring Boot. You will spend more time understanding your customers’ needs and less time building applications to address them.
The second course, Hands-On Microservices with Spring Boot 2.0, takes a hands-on, practical approach to implementing microservices for your app development with the Spring ecosystem. You will delve into the two main components of the Spring ecosystem for microservice development—Spring Boot and Spring Cloud—in detail. You will see how to build microservices with Spring Boot 2.0. You will also explore a suite of tools that Spring Cloud offers for the discovery, routing, and deployment of microservices to the enterprise and the cloud.
By the end of this course, you will be able to develop, secure, deploy, and monitor your own applications, web services, and microservices from scratch with Spring Boot 2.0.
About the Authors :
We have the best work of the following esteemed author(s) to ensure that your learning journey is smooth:
Petra Simonis is a software developer with extended expertise in Java, Spring, Spring Boot, C++, and other programming and scripting languages. Over the past 15 years, she has gained experience in the fields of multimedia retrieval, telecommunications, GIS services, and healthcare.
Tomasz Lelek is a Software Engineer who programs mostly in Java and Scala. He is a fan of microservices architecture and functional programming. He has worked with more than 700 production microservices in the microservices ecosystem written in Spring Boot. He has 5+ years of experience in product development in Spring. He is also the co-founder of an e-learning platform that was built with the Java language.
Course Curriculum
Chapter 1: Spring Boot 2.0 in 7 Days
Lecture 1: The Course Overview
Lecture 2: What’s Spring and Spring Boot?
Lecture 3: Build Systems – Maven, Gradle, Starters
Lecture 4: Starting with Spring Initializr
Lecture 5: Configuration Classes and Spring Automatic Configuration
Lecture 6: Understanding the Anatomy of a Spring Boot Project
Lecture 7: Building Your Spring Boot Project
Lecture 8: Setting Your App Configuration
Lecture 9: Creating the View and the Controller
Lecture 10: Using Starters and Defining the Entry Point
Lecture 11: Testing Your App
Lecture 12: Creating Your First REST Service
Lecture 13: Implementing HTTP Verbs
Lecture 14: Sending and Receiving Data
Lecture 15: Service Validation and Error Handling
Lecture 16: Documentation with Swagger
Lecture 17: Exploring Reactive Programming
Lecture 18: Setting Up the App and Getting Reactive Database Interaction
Lecture 19: Creating REST Endpoints
Lecture 20: Adding Security
Lecture 21: Exploring Spring Data
Lecture 22: Using Plain and Simple SQL with JdbcTemplate
Lecture 23: Using JPA for Managing Relational Data
Lecture 24: JPA with NoSQL Databases
Lecture 25: Adding Security to the Data
Lecture 26: Property Defaults in Development – Time Configuration
Lecture 27: Automatic Restart and Live Reload
Lecture 28: Remote Update, Restart, and Debug
Lecture 29: Testing with Spring TestRestTemplate
Lecture 30: Testing Spring MVC Apps with @WebMvcTest
Lecture 31: Integration Testing with @DataJpaTest
Lecture 32: Testing with @MockBean
Chapter 2: Hands-On Microservices with Spring Boot 2.0
Lecture 1: The Course Overview
Lecture 2: Spring Fundamentals and Features
Lecture 3: REST Services, Microservices, and Monoliths
Lecture 4: Creating Domain Classes for a Flight Booking Service
Lecture 5: Spring Configuration and Dependency Injection
Lecture 6: Creating Persistence for Our Domain Object
Lecture 7: Building RESTful Interfaces with Spring MVC HATEOS
Lecture 8: Using Spring WebFlux and WebClient
Lecture 9: Calling Services with RestTemplate and Dealing with Outages
Lecture 10: DDD-Oriented Microservice
Lecture 11: Using Bounded Contexts to Deal with Large Models
Lecture 12: Design an API with a Bounded Context
Lecture 13: Communication between Bounded Contexts
Lecture 14: Testing Services with Spring MVC Tests
Lecture 15: Mocking Out External Services
Lecture 16: Securing HTTP with UserDetailsService for Authentication
Lecture 17: CORS, CSRF Attacks, and SSL
Lecture 18: Getting Ready for Production with Spring Boot Actuator
Lecture 19: Caching Responses
Lecture 20: Exception Handling and Logging
Lecture 21: Packaging Your Application with Docker
Lecture 22: Monitoring Systems
Instructors
-
Packt Publishing
Tech Knowledge in Motion
Rating Distribution
- 1 stars: 1 votes
- 2 stars: 0 votes
- 3 stars: 5 votes
- 4 stars: 6 votes
- 5 stars: 3 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 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
- Top 10 Gardening Courses to Learn in November 2024