وب سایت تخصصی شرکت فرین
دسته بندی دوره ها

Developing a Full-Stack App : Spring Boot + JPA + Thymeleaf

سرفصل های دوره

Developing a Full-Stack App using Spring Boot, JPA, Thymeleaf, Spring Testing (Mockito, JUnit, Docker), Spring Security


1 - Course Overview
  • 1 - Course Overview
  • 2 - Course Sections
  • 3 - Course Objectives
  • 4 - Course Prerequisites
  • 5 - 1-javacorner-admin-spring-data-jpa.zip
  • 5 - 2-javacorner-admin-spring-service-layer.zip
  • 5 - 3-javacorner-admin-spring-service-layer-test.zip
  • 5 - 4-javacorner-admin-mvc-thymeleaf.zip
  • 5 - 5-javacorner-admin-security-statefull-mvc.zip
  • 5 - Downloading Source Code
  • 5 - source-code-projects.zip

  • 2 - Preparing Development Environment for Windows Os
  • 6 - Step 1 JDK Installation
  • 7 - Step 2 Download and Install Java IDE Intellji IDE
  • 8 - Step 2 Download and Install Java IDE STS IDE
  • 9 - Step 3 Download and Install Maven Part 1
  • 10 - Step 3 Download and Install Maven Part 2

  • 3 - Preparing Development Environment for Linux Ubuntu
  • 11 - Step 1 InstallUpdate JDK 11
  • 12 - Step 2 Intellji IDE Installation Part 1
  • 13 - Step 2 Intellji IDE Installation Part 2 Change to Dark Mode Optional
  • 14 - Step 2 Download Install STS IDE Part 1 optional
  • 15 - Step 2 Download Install STS IDE Part 2 optional
  • 16 - Step 2 Download Install STS IDE Part 3 optional
  • 17 - Step 3 Download and Install Apache Maven
  • 18 - Step 4 Create First Maven Application on IntelliJ IDE
  • 19 - Step 4 Create First Maven Application on STS IDE Optional
  • 20 - Step 5 Install MySQL phpMyAdmin

  • 4 - Project Analysis Business Requirements
  • 21 - Buiness Analysis Application Requirements
  • 22 - System Wireframes
  • 23 - System UML Class Diagrams
  • 24 - JavaCornerAdmin Demo Show the final output

  • 5 - Implmenetation Step 1 Implementing Model Layer using Spring Data JPA
  • 25 - Agenda
  • 25 - javacorner-admin-spring-data-jpa.zip
  • 26 - Step 1 Choose Application Maven Dependencies
  • 27 - Step 2 Choose Application Maven Dependencies
  • 28 - Step 3 Create Entities Relationships Part 1
  • 29 - Step 3 Create Entities Relationships Part 2
  • 30 - Step 3 Create Entities Relationships Part 3
  • 31 - Step 3 Create Entities Relationships Part 4
  • 32 - Step 3 Create Entities Relationships Part 5
  • 33 - Step 3 Create Entities Relationships Part 6
  • 34 - Step 3 Create Entities Relationships Part 7
  • 35 - Step 3 Create Entities Relationships Part 8
  • 36 - Step 4 Add database configurations in applicationproperties
  • 37 - Step 5 Implement JPA Repository Interfaces Part 1
  • 38 - Step 5 Implement JPA Repository Interfaces Part 2
  • 39 - Step 5 Implement JPA Repository Interfaces Part 3
  • 40 - Step 5 Implement JPA Repository Interfaces Part 4
  • 41 - Step 6 Developing Helper Class to Test the Functionalities Part 1
  • 42 - Step 6 Developing Helper Class to Test the Functionalities Part 2
  • 43 - Step 6 Developing Helper Class to Test the Functionalities Part 3
  • 44 - Step 6 Developing Helper Class to Test the Functionalities Part 4
  • 45 - Step 6 Developing Helper Class to Test the Functionalities Part 5
  • 46 - Step 6 Developing Helper Class to Test the Functionalities Part 6
  • 47 - Step 7 Create the Application Database in phpMyAdmin
  • 48 - Step 8 Generate the Database Tables from Application ORM Part 1
  • 49 - Step 8 Generate the Database tables from Application ORM Part 2
  • 50 - Step 8 Generate the Database tables from Application ORM Part 3
  • 51 - Step 8 Generate the Database tables from Application ORM Part 4
  • 52 - Step 8 Generate the Database tables from Application ORM Part 5
  • 53 - Step 8 Generate the Database tables from Application ORM Part 6
  • 54 - Step 8 Generate the Database tables from Application ORM Part 7

  • 6 - Implmenetation Step 2 Implementing Business Layer using Spring Service
  • 55 - Agenda
  • 56 - Step 1 Use Spring Data JPA project
  • 57 - Step 2 Remove Utility Package
  • 58 - Step 3 Create Service Interfaces their Implementations Part 1
  • 59 - Step 3 Create Service Interfaces their Implementations Part 2
  • 60 - Step 3 Create Service Interfaces their Implementations Part 3
  • 61 - Step 3 Create Service Interfaces their Implementations Part 4
  • 62 - Step 3 Create Service Interfaces their Implementations Part 5
  • 63 - Step 3 Create Service Interfaces their Implementations Part 6
  • 64 - Step 3 Create Service Interfaces their Implementations Part 7
  • 65 - Step 3 Create Service Interfaces their Implementations Part 8
  • 66 - Step 4 Add Service Transactional Annotations to Services
  • 67 - Step 5 Update Applicationproperties file
  • 68 - Step 6 Write from your Application to Database Test Part 1
  • 69 - Step 6 Write from your Application to Database Test Part 2

  • 7 - Implmenetation Step 3 Implementing Testing Layer using SpringBoot Testing
  • 70 - Agenda
  • 70 - javacorner-admin-spring-service-layer-test.zip
  • 71 - Step 1 Use Spring Service Project
  • 72 - Step 2 Creating Unit Tests for Service Layer using Junit Mockito Part 1
  • 73 - Step 2 Creating Unit Tests for Service Layer using Junit Mockito Part 2
  • 74 - Step 2 Creating Unit Tests for Service Layer using Junit Mockito Part 3
  • 75 - Step 2 Creating Unit Tests for Service Layer using Junit Mockito Part 4
  • 76 - Step 2 Creating Unit Tests for Service Layer using Junit Mockito Part 5
  • 77 - Step 2 Creating Unit Tests for Service Layer using Junit Mockito Part 6
  • 78 - Step 2 Creating Unit Tests for Service Layer using Junit Mockito Part 7
  • 79 - Step 2 Creating Unit Tests for Service Layer using Junit Mockito Part 8
  • 80 - Step 3 Configuring Test Containers For Integration Tests Part 1
  • 81 - Step 3 Configuring Test Containers For Integration Tests Part 2
  • 82 - Step 3 Configuring Test Containers For Integration Tests Part 3
  • 83 - Step 4 Testing Repositories using TestContainers DataJpaTest Part 1
  • 84 - Step 4 Testing Repositories using TestContainers DataJpaTest Part 2
  • 85 - Step 4 Testing Repositories using TestContainers DataJpaTest Part 3
  • 86 - Step 4 Testing Repositories using TestContainers DataJpaTest Part 4
  • 87 - Step 4 Testing Repositories using TestContainers DataJpaTest Part 5
  • 88 - Step 4 Testing Repositories using TestContainers DataJpaTest Part 6

  • 8 - Implmenetation Step 4 Implementing FrontEnd Layer using Thymeleaf
  • 89 - 4-javacorner-admin-mvc-thymeleaf.zip
  • 89 - Agenda
  • 90 - Step 1 Use Testing Project
  • 91 - Step 2 Add Required Dependencies to pomxml
  • 92 - Step 3 Create Course Controller Views Part 1
  • 93 - Step 3 Create Course Controller Views Part 2
  • 94 - Step 3 Create Course Controller Views Part 3
  • 95 - Step 3 Create Course Controller Views Part 4
  • 96 - Step 3 Create Course Controller Views Part 5
  • 97 - Step 3 Create Course Controller Views Part 6
  • 98 - Step 3 Create Course Controller Views Part 7
  • 99 - Step 3 Create Course Controller Views Part 8
  • 100 - Step 4 Create Instructor Controller Views Part 1
  • 101 - Step 4 Create Instructor Controller Views Part 2
  • 102 - Step 4 Create Instructor Controller Views Part 3
  • 103 - Step 4 Create Instructor Controller Views Part 4
  • 104 - Step 4 Create Instructor Controller Views Part 5
  • 105 - Step 5 Create Student Controller Views Part 1
  • 106 - Step 5 Create Student Controller Views Part 2
  • 107 - Step 5 Create Student Controller Views Part 3
  • 108 - Step 5 Create Student Controller Views Part 4
  • 109 - Step 5 Create Student Controller Views Part 5

  • 9 - Implmenetation Step 5 Implementing Security Layer using Spring Security
  • 110 - Agenda
  • 110 - javacorner-admin-spring-data-jpa.zip
  • 111 - Step 1 Use Spring MVC Project
  • 112 - Step 2 Add Dependencies to pomxml
  • 113 - Step 3 Create Security Configuration Class
  • 114 - Step 4 Implement User Detail Service
  • 115 - Step 5 Encode password using BCryptPasswordEncoder
  • 116 - Step 6 Adding role based restrictions to Course Controller Views Part 1
  • 117 - Step 6 Adding role based restrictions to Course Controller Views Part 2
  • 118 - Step 6 Adding role based restrictions to Course Controller Views Part 3
  • 119 - Step 6 Adding role based restrictions to Course Controller Views Part 4
  • 120 - Step 6 Adding role based restrictions to Course Controller Views Part 5
  • 121 - Step 7 Adding role based restrictions to Instructor Controller ViewsPart 1
  • 122 - Step 7 Adding role based restrictions to Instructor Controller ViewsPart 2
  • 123 - Step 8 Adding role based restrictions to Student Controller ViewsPart 1
  • 124 - Step 8 Adding role based restrictions to Student Controller Views Part 2
  • 125 - Step 9 Testing Applications based on Roles

  • 10 - Course Summary and Whats Next
  • 126 - Course Summary
  • 127 - Whats Next
  • 53,700 تومان
    بیش از یک محصول به صورت دانلودی میخواهید؟ محصول را به سبد خرید اضافه کنید.
    خرید دانلودی فوری

    در این روش نیاز به افزودن محصول به سبد خرید و تکمیل اطلاعات نیست و شما پس از وارد کردن ایمیل خود و طی کردن مراحل پرداخت لینک های دریافت محصولات را در ایمیل خود دریافت خواهید کرد.

    ایمیل شما:
    تولید کننده:
    شناسه: 7577
    حجم: 9523 مگابایت
    مدت زمان: 885 دقیقه
    تاریخ انتشار: 13 اسفند 1401
    طراحی سایت و خدمات سئو

    53,700 تومان
    افزودن به سبد خرید