|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/angular-7-microservices-with-spring-boot-and-spring-cloud/
课程评论:没有评论
课程名称:Angular 7 + Spring Boot 与云微服务(包括 Docker) 课程概述:本课程将探讨如何在服务端使用 Spring Boot 和 Spring Cloud 构建微服务,同时在客户端使用 Angular 7。我们的项目模板会托管在 GitHub 上,您可以从 GitHub 仓库访问项目的每个组件。微服务是近年来非常热门的话题,它是一种将应用程序结构化为一组可维护、易测试、松耦合和可独立部署的服务的架构风格,围绕业务能力组织。这种架构使大型复杂应用的持续交付和部署变得可行,同时也让组织能够发展其技术栈。 在本课程中,我们将介绍以下技术: - Spring Boot - Spring Cloud - Spring Zuul - Spring Eureka - Angular 7 - Spring Netflix 服务发现 - 支持的数据库:Cassandra、MySQL、Liquibase、NoSQL 选择 Angular 的原因在于它提供 MVC 架构,课程中将详细解释这一点。我们还将讨论选择不同数据库解决方案的原因以及如何支持微服务。同时,课程中将涵盖 Spring Cloud 解决方案,如 Spring Zuul 和 Eureka 发现等内容。此外,我们还会讲解 Spring 安全性如何处理安全连接,包括基本认证和承载认证。 通过本课程,您将掌握使用 Angular 7 和 Spring Boot 构建云微服务所需的知识和技能。
In this course, we will learn Microservices With Spring Boot and Spring Cloud on server side. In Client Side, we will learn Angular 7. Our project template goes on Github project so you can reach every component of project from Github repository. You know that Microservices is a popular topic for current years. Microservices - also known as the microservice architecture - is an architectural style that structures an application as a collection of services that areHighly maintainable and testableLoosely coupledIndependently deployableOrganized around business capabilities.The microservice architecture enables the continuous delivery/deployment of large, complex applications. It also enables an organization to evolve its technology stack.Spring Cloud - which builds on top of Spring Boot, provides a set of features to quickly build microservices. It's very smart to know how to get them working together, can quickly setup services, with minimal configurations.Spring BootSpring CloudSpring ZuulSpring EurekaAngular 7Spring Netflix service discoveryClient servicesServer servicesCassandraMySQLLiquibaseNoSQLWhy did we choose Angular? Not Vue, React or other script languages?...Angular provides MVC architecture, we will see the details of it...Why did we choose different database solutions? Microservices support them?...Spring Cloud Solutions: Spring Zuul, Eureka Discovery etc.How does Spring security handle the secure connection? Basic Authentication or Bearer Authentication?