|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/full-stack-reactjs-with-spring-boot/
课程评论:没有评论
Coursera 课程总结:《Full Stack ReactJS with Spring Boot》 本课程将为您介绍 Spring Boot,使其熟悉其基本概念。Spring Boot 是一个用于创建微服务的开源 Java 框架,可以帮助您更快、更轻松地开发 Web 应用程序和微服务。 课程将涵盖以下内容: * **Spring Boot 核心概念**:了解 Spring Boot 的主要功能,如自动配置和独立的应用程序创建能力。 * **构建 Spring Boot REST API**:通过实际操作,学习如何构建一个用于管理员工信息的 REST API。 * **Spring Security**:学习如何使用 Spring Security 来保护您的应用程序,包括身份验证和授权。您将构建一个 REST API,其中包含需要特定认证用户才能访问的端点,用于创建、更新、编辑和删除员工信息。Spring Security 是保护 Spring 应用程序的标准安全框架。 通过本课程的学习,您将能够使用 Spring Boot 和 ReactJS(尽管 ReactJS 在此摘要中未详细展开,但名称表明是其组成部分)构建功能齐全且安全的 Web 应用程序。
Java Spring Framework (Spring Framework) is a popular, open source, enterprise-level framework for creating standalone, production-grade applications that run on the Java Virtual Machine (JVM). Java Spring Boot (Spring Boot) is a tool that makes developing web application and micro-services with Spring Framework faster and easier through three core capabilities, mainly its auto-configuration An opinionated approach to configuration.Spring Boot is an open source Java-based framework used to create a micro Services. It is developed by Pivotal Team and is used to build stand-alone and production ready spring applications. This course will give you an introduction to Spring Boot and familiarize you with its basic concepts. For practice, we will build a Spring Boot REST API that manages employees.The ability to create standalone applications These features work together to provide you with a tool that allows you to set up a Spring-based application with minimal configuration and setup. Spring security provides authentication and authorization to applications using servlet filters - a security filter chain.Web applications are susceptible to security threats and attacks, as they are accessible by anyone uses the internet. In this course, we will build a REST API that will expose endpoints having restricted access to specific only authenticated users, for to manage the employees, for creating, updating , editing existing, and deleting employees. We can use spring security to secure URLs. Spring Security is a security framework that secures J2EE-based enterprise applications, by providing powerful, customizable security features like authentication and authorization. It is the de facto standard for securing Spring-based applications.