|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/learn-spring-boot-create-a-crud-application-from-scratch/
课程评论:没有评论
**课程名称:** Learn Spring Boot: Create a CRUD application from scratch **课程概述:** 本课程旨在帮助学习者从零开始构建一个Spring Boot CRUD(创建、读取、更新、删除)应用程序。Spring Boot作为当前热门的技术,在就业市场上有大量机会,但同时也伴随着激烈的竞争。许多课程侧重于理论讲解,而本课程则强调实践,通过构建一个真实的项目来提升学习者的实战能力,为进入真实的技术世界做好准备。 课程将以一个“人员管理”(Workforce Management)应用为参考,该应用在组织中常用于管理员工。具体实现的迷你功能包括: * **创建员工:** 添加新员工信息。 * **删除员工:** 从系统中移除员工。 * **更新员工:** 修改现有员工的个人信息或技能集(例如,为员工添加新技能)。 * **查看员工:** 浏览和查询员工信息。 课程将使用Spring Boot、JSP和MySQL技术栈来完成上述功能。通过完成这个项目,学习者将对真实世界的应用程序开发有深入的了解和实际操作经验。 **目标受众:** 希望提升Spring Boot实战能力,了解真实项目开发的开发者。
Spring Boot is a really hot topic these days and there are a lot of job openings in this field too and so does the competition. You will see a lot of courses on Udemy where everyone has nicely explained what Spring Boot is and how does it help a developer which maybe can help you crack the technical interview while job hunting.But, after you get into the organization, you have to be ready to code which you will only gain after doing a lot of practicals on Spring Boot, So, here I am with one of the best real-time applications to get make you ready enough to have some exposure to the real technical world.In this course, we are going to create a CRUD application from scratch using Spring Boot, JSP, and MySQL. CRUD application means to CREATE, READ, UPDATE, and DELETE.Here, I've taken a reference of WORKFORCE MANAGEMENT application which is basically used to manage resources. This application is always used in organizations to manage employees. Some features of this application:Add a new employee to the applicationNew/Existing users can add/edit personal information or skillset information like adding new skills to it. Depending on the skill set of an employee, allocate an employee to a project or allocate some percentage of the employee's work to a projectRemove an employee from the application.and so on...So, I've taken an example of the above application which I also made from scratch in one of the previous organizations. Hence, in this course, I'm trying to showcase a mini version of the above-explained application which is to:CREATE EMPLOYEESDELETE EMPLOYEESUPDATE EMPLOYEESVIEW EMPLOYEESThis course will really help you to gain exposure to what real-time applications look like.