Udemy - Spring boot using Intellij Build a real world project

seeders: 5
leechers: 6
updated:

Download Fast Safe Anonymous
movies, software, shows...
  • Downloads: 33
  • Language: English

Files

[ DevCourseWeb.com ] Udemy - Spring boot using Intellij Build a real world project
  • Get Bonus Downloads Here.url (0.2 KB)
  • ~Get Your Files Here ! 1. Introduction and setup
    • 1. Downloading required tools.mp4 (42.7 MB)
    • 1. Downloading required tools.srt (9.1 KB)
    • 2. Installing java on windows.mp4 (13.9 MB)
    • 2. Installing java on windows.srt (5.4 KB)
    • 3. Installing java on mac.mp4 (7.0 MB)
    • 3. Installing java on mac.srt (3.1 KB)
    • 4. Installing and configuring Intellij.mp4 (64.6 MB)
    • 4. Installing and configuring Intellij.srt (11.5 KB)
    2. Introduction to Spring Boot
    • 1. What is the Spring framework.mp4 (29.6 MB)
    • 1. What is the Spring framework.srt (5.8 KB)
    • 2. What is Spring boot.mp4 (42.1 MB)
    • 2. What is Spring boot.srt (8.5 KB)
    • 3. Spring vs Spring boot.mp4 (36.6 MB)
    • 3. Spring vs Spring boot.srt (6.0 KB)
    • 4. How does Spring Boot work - Architecture.mp4 (50.6 MB)
    • 4. How does Spring Boot work - Architecture.srt (7.8 KB)
    3. Getting started with Spring Boot - Creating your first application
    • 1. Introduction to Spring initializer.mp4 (54.4 MB)
    • 1. Introduction to Spring initializer.srt (7.0 KB)
    • 10. Different types of API request.mp4 (11.7 MB)
    • 10. Different types of API request.srt (5.2 KB)
    • 11. Getting a single employee.mp4 (51.9 MB)
    • 11. Getting a single employee.srt (8.5 KB)
    • 12. Adding a new employee using POST.mp4 (87.3 MB)
    • 12. Adding a new employee using POST.srt (13.9 KB)
    • 13. Updating an existing employee.mp4 (117.4 MB)
    • 13. Updating an existing employee.srt (16.7 KB)
    • 14. Deleting an employee.mp4 (91.3 MB)
    • 14. Deleting an employee.srt (11.3 KB)
    • 15. Specific mappings for your requests.mp4 (95.4 MB)
    • 15. Specific mappings for your requests.srt (10.3 KB)
    • 2. Setting up spring boot project in Intellij.mp4 (42.6 MB)
    • 2. Setting up spring boot project in Intellij.srt (4.3 KB)
    • 3. Exploring our Spring boot project.mp4 (114.5 MB)
    • 3. Exploring our Spring boot project.srt (14.3 KB)
    • 4. Other ways of working with Spring boot (STS and eclipse).mp4 (115.2 MB)
    • 4. Other ways of working with Spring boot (STS and eclipse).srt (13.4 KB)
    • 5. What is Maven and why do we need it.mp4 (44.8 MB)
    • 5. What is Maven and why do we need it.srt (9.0 KB)
    • 6. Simple API with Spring boot.mp4 (8.4 MB)
    • 6. Simple API with Spring boot.srt (4.4 KB)
    • 7. What is application.properties.mp4 (38.4 MB)
    • 7. What is application.properties.srt (7.6 KB)
    • 8. Installing and setting up POSTMAN.mp4 (34.7 MB)
    • 8. Installing and setting up POSTMAN.srt (7.3 KB)
    • 9. Creating a service.mp4 (56.8 MB)
    • 9. Creating a service.srt (10.5 KB)
    4. Working with JPA (Java Persistence API)
    • 1. What is JPA.mp4 (8.3 MB)
    • 1. What is JPA.srt (5.9 KB)
    • 10. OneToMany Mapping.mp4 (43.1 MB)
    • 10. OneToMany Mapping.srt (9.7 KB)
    • 11. ManyToOne Mapping.mp4 (21.7 MB)
    • 11. ManyToOne Mapping.srt (5.6 KB)
    • 12. ManyToMany Mapping.mp4 (130.6 MB)
    • 12. ManyToMany Mapping.srt (19.7 KB)
    • 13. What is Cascading.mp4 (14.9 MB)
    • 13. What is Cascading.srt (5.1 KB)
    • 14. Cascade.ALL.mp4 (177.2 MB)
    • 14. Cascade.ALL.srt (25.5 KB)
    • 15. Cascade.PERSIST.mp4 (30.6 MB)
    • 15. Cascade.PERSIST.srt (5.0 KB)
    • 16. Cascade.REMOVE.mp4 (22.2 MB)
    • 16. Cascade.REMOVE.srt (4.2 KB)
    • 17. Fetch Types.mp4 (3.7 MB)
    • 17. Fetch Types.srt (3.7 KB)
    • 18. Eager fetch type.mp4 (147.2 MB)
    • 18. Eager fetch type.srt (22.2 KB)
    • 19. Lazy fetch type.mp4 (61.2 MB)
    • 19. Lazy fetch type.srt (11.4 KB)
    • 2. Creating data access layer.mp4 (50.5 MB)
    • 2. Creating data access layer.srt (10.2 KB)
    • 3. H2 In-memory database.mp4 (23.9 MB)
    • 3. H2 In-memory database.srt (7.4 KB)
    • 4. Using data access layer to get data.mp4 (99.3 MB)
    • 4. Using data access layer to get data.srt (15.0 KB)
    • 5. Moving other functionality to Db Update and delete Employee.mp4 (72.7 MB)
    • 5. Moving other functionality to Db Update and delete Employee.srt (13.0 KB)
    • 6. Moving other functionality to Db getting all employees and single employee.mp4 (42.8 MB)
    • 6. Moving other functionality to Db getting all employees and single employee.srt (6.2 KB)
    • 7. Overview of project.mp4 (25.4 MB)
    • 7. Overview of project.srt (4.0 KB)
    • 8. Database Mappings.mp4 (9.3 MB)
    • 8. Database Mappings.srt (5.2 KB)
    • 9. OneToOne Mapping.mp4 (94.4 MB)
    • 9. OneToOne Mapping.srt (15.7 KB)
    5. Getting started with Thymeleaf
    • 1. What is Thymeleaf.mp4 (8.0 MB)
    • 1. What is Thymeleaf.srt (4.5 KB)
    • 2. Creating our first Thymeleaf project.mp4 (114.2 MB)
    • 2. Creating our first Thymeleaf project.srt (22.2 KB)
    • 3. Adding javascript and css to the Thymeleaf template.mp4 (41.5 MB)
    • 3. Adding javascript and css to the Thymeleaf template.srt (7.7 KB)
    • 4. Conditional statements with Thymeleaf.mp4 (83.0 MB)
    • 4. Conditional statements with Thymeleaf.srt (16.0 KB)
    • 5. Iteration with Thymeleaf.mp4 (83.0 MB)
    • 5. Iteration with Thymeleaf.srt (15.9 KB)
    • 6. Fragments in Thymeleaf.mp4 (86.1 MB)
    • 6. Fragments in Thymeleaf.srt (16.8 KB)
    6. Starting on our first project - Library Management System
    • 1. What are we going to build.mp4 (26.4 MB)
    • 1. What are we going to build.srt (7.2 KB)
    • 10. Creating data access and service layer for Publisher.mp4 (37.9 MB)
    • 10. Creating data access and service layer for Publisher.srt (6.0 KB)
    • 11. Creating data access and service layer for Category.mp4 (38.2 MB)
    • 11. Creating data access and service layer for Category.srt (5.0 KB)
    • 12. Setting up dummy data.mp4 (54.5 MB)
    • 12

Description

Spring boot using Intellij | Build a real world project



MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
Genre: eLearning | Language: English + srt | Duration: 81 lectures (9h 13m) | Size: 3.98 GB
Learn Java Spring boot, Thymeleaf, JPA, Basics of API, Postman by building a real world web application project
What you'll learn:
Learn about Spring boot and how to use it with various other IDE’s
Learn how you can use a full fledged Spring Boot application using Spring Boot, JPA, Thymeleaf.
Learn the difference between Spring and Spring boot
Learn about how Spring boot works and its architecture
Learn about basics of API’s and how you can use APIs with postman.
Learn about maven and how can you set up dependencies in your spring boot project
Learn how can you build an Employee application using Spring boot which has various API endpoints
Learn how can you accept user request and serve data to the user
Learn JPA (Java Persistence API) from scratch and implement it in your project
Learn how can you use H2 database which is an in memory database for your application
Learn about different kinds of mappings you can do with the help of JPA and ORM in your spring boot project
Learn and implement concepts like cascading and fetch types
Learn about Thymeleaf and start using it in your real world project

Requirements
A computer with internet connection to install Intellij, Java
Basic understanding of Java, SQL, HTML
Time to learn and finish this course

Description
This bootcamp is for complete beginners and teaches you everything you should know about Spring Boot which is one of the most popular java frameworks for building web applications. You will be building a full fledged spring boot application using Thymeleaf, JPA. This is not a theoretical course, but instead I will teach you step by step, practically.

Why should you take this course?



Download torrent
4.1 GB
seeders:5
leechers:6
Udemy - Spring boot using Intellij Build a real world project


Trackers

tracker name
udp://tracker.torrent.eu.org:451/announce
udp://tracker.tiny-vps.com:6969/announce
http://tracker.foreverpirates.co:80/announce
udp://tracker.cyberia.is:6969/announce
udp://exodus.desync.com:6969/announce
udp://explodie.org:6969/announce
udp://tracker.opentrackr.org:1337/announce
udp://9.rarbg.to:2780/announce
udp://tracker.internetwarriors.net:1337/announce
udp://ipv4.tracker.harry.lu:80/announce
udp://open.stealth.si:80/announce
udp://9.rarbg.to:2900/announce
udp://9.rarbg.me:2720/announce
udp://opentor.org:2710/announce
µTorrent compatible trackers list

Download torrent
4.1 GB
seeders:5
leechers:6
Udemy - Spring boot using Intellij Build a real world project


Torrent hash: 66E8FAD36C5BE312D2563369AC8CD7E76CB0B57A