zhongziso
搜索
zhongziso
首页
首页
功能
磁力转BT
BT转磁力
关于
使用教程
免责声明
磁力助手
[FreeCourseLab.com] Udemy - End to End Java Project Development Using Spring Boot
magnet:?xt=urn:btih:9b384bdf0f7331da8cc7843e011f90e37fa79006&dn=[FreeCourseLab.com] Udemy - End to End Java Project Development Using Spring Boot
磁力链接详情
文件列表详情
9b384bdf0f7331da8cc7843e011f90e37fa79006
infohash:
255
文件数量
3.41 GB
文件大小
2021-2-21 14:14
创建日期
2024-12-11 01:46
最后访问
相关分词
FreeCourseLab
com
Udemy
-
End
to
End
Java
Project
Development
Using
Spring
Boot
1. Introduction/1. Course and Instructor Introduction.mp4 11.27 MB
1. Introduction/2. How to make the best of this course.mp4 3.65 MB
10. User Registration Usecase/1. Requirements and Design.mp4 2.36 MB
10. User Registration Usecase/2. Update Spring boot and Maven configuration.mp4 7.81 MB
10. User Registration Usecase/3. Access User Registration.mp4 3.17 MB
10. User Registration Usecase/4. Handle User Registration Request.mp4 8.38 MB
10. User Registration Usecase/5. Test User Registration.mp4 2.95 MB
10. User Registration Usecase/6. Handle Login.mp4 10.26 MB
10. User Registration Usecase/7. Test Login.mp4 5.78 MB
11. Search Flights Usecase/1. Search Flights Requirements and Design.mp4 2.32 MB
11. Search Flights Usecase/2. Create the findFlights jsp and Controller.mp4 10.07 MB
11. Search Flights Usecase/3. Implement the repository method.mp4 8.7 MB
11. Search Flights Usecase/4. Display the flights.mp4 9.92 MB
11. Search Flights Usecase/5. Load Flight Data.mp4 9.45 MB
11. Search Flights Usecase/6. Test Flight Search.mp4 5.6 MB
11. Search Flights Usecase/7. Handle flight selection.mp4 6.6 MB
11. Search Flights Usecase/8. Create the Complete Reservation View.mp4 17.97 MB
11. Search Flights Usecase/9. Test Complete Reservation UI.mp4 3.21 MB
12. Create Reservation Usecase/1. Create Reservation Requirements and Design.mp4 3.3 MB
12. Create Reservation Usecase/2. Create the ReservationRequest and Controller Method.mp4 9.14 MB
12. Create Reservation Usecase/3. Create the Services Layer.mp4 14.03 MB
12. Create Reservation Usecase/4. Use the services layer classes.mp4 4.73 MB
12. Create Reservation Usecase/5. Create Reservation Confirmation View.mp4 2.39 MB
12. Create Reservation Usecase/6. Test Flight Reservation Flow.mp4 7.85 MB
12. Create Reservation Usecase/7. Create Home Page.mp4 6.59 MB
12. Create Reservation Usecase/8. Test Home Page.mp4 3.25 MB
13. Create the Integration Layer/1. Integration Layer Requirements.mp4 3.59 MB
13. Create the Integration Layer/2. Create the Find Reservation REST Service.mp4 6.14 MB
13. Create the Integration Layer/3. Create the Update Reservation REST Service.mp4 7.62 MB
13. Create the Integration Layer/4. Test REST Services.mp4 7.95 MB
13. Create the Integration Layer/5. Add Cross Site Origin Support.mp4 12.77 MB
14. Develop a Flight Checkin Application/1. Create the project.mp4 4.71 MB
14. Develop a Flight Checkin Application/10. Check In Confirmation.mp4 2.83 MB
14. Develop a Flight Checkin Application/11. Test CheckIn.mp4 4.83 MB
14. Develop a Flight Checkin Application/2. Create the Model and Rest Client classes.mp4 9.34 MB
14. Develop a Flight Checkin Application/3. Implement the Find Reservation REST Client.mp4 3.81 MB
14. Develop a Flight Checkin Application/4. Implement the Update Reservation REST Client.mp4 4.32 MB
14. Develop a Flight Checkin Application/5. Display Start Check In UI.mp4 9.76 MB
14. Develop a Flight Checkin Application/6. Handle Start Check IN.mp4 5.64 MB
14. Develop a Flight Checkin Application/7. Display Reservation Details.mp4 11.79 MB
14. Develop a Flight Checkin Application/8. Testing.mp4 9.05 MB
14. Develop a Flight Checkin Application/9. Implement the Check In Method.mp4 6.17 MB
15. Generate and Email Itinerary/1. Add IText dependencies.mp4 2.7 MB
15. Generate and Email Itinerary/2. Create the PDFGenerator.mp4 6.18 MB
15. Generate and Email Itinerary/3. Add Flight Details.mp4 10.03 MB
15. Generate and Email Itinerary/4. Add Passenger Details.mp4 5.43 MB
15. Generate and Email Itinerary/5. Add Email Support.mp4 4.78 MB
15. Generate and Email Itinerary/6. Create EmailUtil.mp4 8.19 MB
15. Generate and Email Itinerary/7. Use the Utility Classes.mp4 9.22 MB
15. Generate and Email Itinerary/8. Test Book Flight.mp4 6.87 MB
15. Generate and Email Itinerary/9. Test Check In.mp4 2.87 MB
16. Logging/1. What is logging.mp4 4.37 MB
16. Logging/10. Create logback.xml.mp4 6.5 MB
16. Logging/11. Define the appender log pattern.mp4 5.96 MB
16. Logging/12. Configure Rolling Policy.mp4 8.43 MB
16. Logging/13. Define Root Logger.mp4 2.14 MB
16. Logging/14. Test Logback.mp4 7.48 MB
16. Logging/2. Configure and use loggers.mp4 9.25 MB
16. Logging/3. Configure Root Log Level.mp4 5.85 MB
16. Logging/4. Logging in controller layer.mp4 15.94 MB
16. Logging/5. Logging in Services Layer.mp4 8.57 MB
16. Logging/6. Util and Integration Layer.mp4 13.51 MB
16. Logging/7. Test Logging.mp4 11.71 MB
16. Logging/8. Log to file.mp4 12.38 MB
16. Logging/9. Logging Components.mp4 3.66 MB
17. Externalized Configuration/1. Externalize Flight Reservation Properties.mp4 16.16 MB
18. Security/1. Security Introduction.mp4 3.88 MB
18. Security/10. Set token in to SecurityContext.mp4 2.22 MB
18. Security/11. Update the UserController.mp4 3.34 MB
18. Security/12. Create Security Configuration.mp4 14.9 MB
18. Security/13. Create Password Encoder Bean.mp4 1.58 MB
18. Security/14. Configure the AuthenticationManager Bean.mp4 27.69 MB
18. Security/15. Skip REST URIs.mp4 16.77 MB
18. Security/16. Test Security.mp4 9.11 MB
18. Security/2. Encode Password.mp4 4.45 MB
18. Security/3. Create ADD Flight View.mp4 5.41 MB
18. Security/4. Create DB Tables.mp4 5.11 MB
18. Security/5. Create Role Entity.mp4 5.97 MB
18. Security/6. Define relationships.mp4 5.32 MB
18. Security/7. Create Role Repository.mp4 2.93 MB
18. Security/8. Implement UserDetailsService.mp4 9.18 MB
18. Security/9. Create a SecurityService.mp4 10.54 MB
19. Transaction Management/1. Introduction.mp4 5.36 MB
19. Transaction Management/2. Which layer should a transaction start.mp4 5.28 MB
2. Software Setup/1. Install Java.mp4 4.19 MB
2. Software Setup/2. Install Spring Tool Suite.mp4 3.87 MB
2. Software Setup/3. Configuring JDK in STS.mp4 3.16 MB
2. Software Setup/4. Install MySQL and MySQL workbench.mp4 10.79 MB
2. Software Setup/5. Using MySQL Workbench.mp4 4.03 MB
2. Software Setup/6. Install Postman.mp4 4.1 MB
2. Software Setup/7. Download the completed projects.mp4 2.4 MB
2. Software Setup/8. Troubleshooting Maven Projects.mp4 19.71 MB
20. Deployment/1. JAR Deployment.mp4 9.62 MB
20. Deployment/2. WAR Deployment.mp4 9.83 MB
21. Create CheckIn Application using AngularJS/1. Introduction.mp4 13.6 MB
21. Create CheckIn Application using AngularJS/10. Create the Routing Module.mp4 76.86 MB
21. Create CheckIn Application using AngularJS/11. Update the App Module Config.mp4 39.95 MB
21. Create CheckIn Application using AngularJS/12. Use Routing in HTML.mp4 32.7 MB
21. Create CheckIn Application using AngularJS/13. Bind Reservation ID and Navigate.mp4 41.25 MB
21. Create CheckIn Application using AngularJS/14. Fetch Reservation.mp4 55.4 MB
21. Create CheckIn Application using AngularJS/15. Display Flight and Passenger Information.mp4 51.51 MB
21. Create CheckIn Application using AngularJS/16. Implement CheckIn Method.mp4 60.99 MB
21. Create CheckIn Application using AngularJS/17. Confirm CheckIn.mp4 37.54 MB
21. Create CheckIn Application using AngularJS/18. Apply Styles.mp4 29.14 MB
21. Create CheckIn Application using AngularJS/2. Angular in brief.mp4 33.99 MB
21. Create CheckIn Application using AngularJS/3. Installation.mp4 22.24 MB
21. Create CheckIn Application using AngularJS/4. Create the project.mp4 21.34 MB
21. Create CheckIn Application using AngularJS/5. Project Structure.mp4 74.43 MB
21. Create CheckIn Application using AngularJS/6. Create Components and Services.mp4 63.48 MB
21. Create CheckIn Application using AngularJS/7. Implement the getReservation Service.mp4 62.15 MB
21. Create CheckIn Application using AngularJS/8. Implement the checkIn Service.mp4 24.74 MB
21. Create CheckIn Application using AngularJS/9. Start implementing the components.mp4 16.26 MB
22. Project Usecase/1. Patient Clinical Project UseCase and requirements.mp4 22.4 MB
22. Project Usecase/2. REST API Requirements.mp4 22.37 MB
23. Create the REST Backend/1. Download the completed projects.mp4 3.11 MB
23. Create the REST Backend/10. Test GET methods.mp4 46.77 MB
23. Create the REST Backend/11. Test save method.mp4 23.61 MB
23. Create the REST Backend/12. Implement save clinical data api.mp4 65.25 MB
23. Create the REST Backend/13. Test save clinical data.mp4 17.68 MB
23. Create the REST Backend/14. Implement Analyze Method.mp4 37.58 MB
23. Create the REST Backend/15. Calculate BMI.mp4 68.62 MB
23. Create the REST Backend/16. Filter the results.mp4 43.38 MB
23. Create the REST Backend/17. Test Analyze Method.mp4 29.41 MB
23. Create the REST Backend/18. Implement GET Clinical Data Method.mp4 51.39 MB
23. Create the REST Backend/19. Reuse BMI Logic.mp4 47.17 MB
23. Create the REST Backend/2. Setup the database.mp4 40.93 MB
23. Create the REST Backend/20. Test GET Clinical Data.mp4 13.79 MB
23. Create the REST Backend/21. Add Cross Site Origin Support.mp4 12.93 MB
23. Create the REST Backend/3. Executable Java Project.mp4 14.91 MB
23. Create the REST Backend/4. Create the project.mp4 18.16 MB
23. Create the REST Backend/5. Create the Model.mp4 32.08 MB
23. Create the REST Backend/6. Define Entity Relationships.mp4 35.67 MB
23. Create the REST Backend/7. Create the Repositories.mp4 21.76 MB
23. Create the REST Backend/8. Create the Patient REST Controller.mp4 35.59 MB
23. Create the REST Backend/9. Implement the GET and Save Patient methods.mp4 35.85 MB
24. Frontend Development using REACT/1. What is React.mp4 24.47 MB
24. Frontend Development using REACT/10. Implement RowCreator.mp4 46.11 MB
24. Frontend Development using REACT/11. Test Home Page.mp4 14.07 MB
24. Frontend Development using REACT/12. Implement Add patient.mp4 40.9 MB
24. Frontend Development using REACT/13. Add Patient - Handle Submit.mp4 26.33 MB
24. Frontend Development using REACT/14. Add Patient - Toastify.mp4 39.41 MB
24. Frontend Development using REACT/15. Test Add Patient.mp4 24.81 MB
24. Frontend Development using REACT/16. Implement the Add Clinical Data Component.mp4 30.5 MB
24. Frontend Development using REACT/17. Create the HTML Form.mp4 48.49 MB
24. Frontend Development using REACT/18. Handle Submit.mp4 36.72 MB
24. Frontend Development using REACT/19. Implement Analyze Component.mp4 26.99 MB
24. Frontend Development using REACT/2. Install Node.mp4 8.83 MB
24. Frontend Development using REACT/20. Create the TableCreator Component.mp4 50.69 MB
24. Frontend Development using REACT/3. Install Yarn.mp4 10.05 MB
24. Frontend Development using REACT/4. Install React CLI.mp4 10.64 MB
24. Frontend Development using REACT/5. Install Visual Studio Code.mp4 13.33 MB
24. Frontend Development using REACT/6. Create the project.mp4 13.82 MB
24. Frontend Development using REACT/7. Create Components.mp4 28.16 MB
24. Frontend Development using REACT/8. Configure Routing.mp4 49.1 MB
24. Frontend Development using REACT/9. Start implementing the Home Page.mp4 43.83 MB
26. Uploading and Downloading Documents/1. Create the DB Table.mp4 2.09 MB
26. Uploading and Downloading Documents/10. Update the upload method.mp4 4.66 MB
26. Uploading and Downloading Documents/11. Update the View.mp4 10.77 MB
26. Uploading and Downloading Documents/12. Test and run display documents.mp4 5 MB
26. Uploading and Downloading Documents/13. Implement the download method.mp4 4.22 MB
26. Uploading and Downloading Documents/14. Stream the file back.mp4 8.69 MB
26. Uploading and Downloading Documents/15. Save the file name.mp4 4.73 MB
26. Uploading and Downloading Documents/16. Test Download.mp4 3.8 MB
26. Uploading and Downloading Documents/2. Create the Project.mp4 3.39 MB
26. Uploading and Downloading Documents/3. Create the Model and Repository.mp4 7.93 MB
26. Uploading and Downloading Documents/4. Create the Upload JSP.mp4 7.8 MB
26. Uploading and Downloading Documents/5. Create the Controller.mp4 3.42 MB
26. Uploading and Downloading Documents/6. Implement the upload method.mp4 8.21 MB
26. Uploading and Downloading Documents/7. Save the document.mp4 5.52 MB
26. Uploading and Downloading Documents/8. Test Upload.mp4 12.43 MB
26. Uploading and Downloading Documents/9. Download requirement.mp4 2.24 MB
3. Java Project Development Concepts/1. What are micro services.mp4 12.66 MB
3. Java Project Development Concepts/2. Why Micro Services.mp4 9.83 MB
3. Java Project Development Concepts/3. Four Layers and Classes.mp4 9.37 MB
3. Java Project Development Concepts/4. Why the Layers.mp4 2.61 MB
3. Java Project Development Concepts/5. Layers and Technologies.mp4 3.06 MB
3. Java Project Development Concepts/6. Six key classes.mp4 4.89 MB
4. Create the Data Access Layer/1. Introduction.mp4 2.17 MB
4. Create the Data Access Layer/10. Using Spring Boot 2.X.mp4 69.31 MB
4. Create the Data Access Layer/11. Update Student.mp4 7.63 MB
4. Create the Data Access Layer/12. Delete Student.mp4 5.85 MB
4. Create the Data Access Layer/2. Create the DB Schema.mp4 3.18 MB
4. Create the Data Access Layer/3. Create the Spring Boot Project.mp4 7.67 MB
4. Create the Data Access Layer/4. Create the Model Class.mp4 13.11 MB
4. Create the Data Access Layer/5. Create the Repository.mp4 13.12 MB
4. Create the Data Access Layer/6. Use @GeneratedValue.mp4 2.58 MB
4. Create the Data Access Layer/7. Configure The Data Source.mp4 5.18 MB
4. Create the Data Access Layer/8. Create Student.mp4 11.95 MB
4. Create the Data Access Layer/9. Read Student.mp4 5.47 MB
5. Presentation Layer/1. Introduction.mp4 2.43 MB
5. Presentation Layer/10. Configure the Data Source.mp4 3.59 MB
5. Presentation Layer/11. Create the services layer.mp4 8.26 MB
5. Presentation Layer/12. Implement the methods.mp4 6.8 MB
5. Presentation Layer/13. Create the View for Save Location.mp4 9.51 MB
5. Presentation Layer/14. Create the Controller.mp4 5.48 MB
5. Presentation Layer/15. Configure prefix and suffix.mp4 1.86 MB
5. Presentation Layer/16. Add the Jasper dependency.mp4 3.7 MB
5. Presentation Layer/17. Application testing and flow.mp4 6.99 MB
5. Presentation Layer/18. Update the application context.mp4 3.77 MB
5. Presentation Layer/19. Handle the create request.mp4 10.26 MB
5. Presentation Layer/2. Create Workflow.mp4 3.41 MB
5. Presentation Layer/20. Send a response back.mp4 5.26 MB
5. Presentation Layer/21. Create testing and flow.mp4 8.39 MB
5. Presentation Layer/22. Add the View All Link and Controller Method.mp4 7.29 MB
5. Presentation Layer/23. Create the JSP.mp4 4.91 MB
5. Presentation Layer/24. Use JSTL.mp4 10.61 MB
5. Presentation Layer/25. Testing and Flow.mp4 2.28 MB
5. Presentation Layer/26. Add Create Location Link.mp4 4.5 MB
5. Presentation Layer/27. Code the Delete Request Flow.mp4 10.54 MB
5. Presentation Layer/28. Code the Delete Response Flow.mp4 6.45 MB
5. Presentation Layer/29. Add the Edit Button and Show Update Controller method.mp4 9.34 MB
5. Presentation Layer/3. Display Locations Workflow.mp4 3.78 MB
5. Presentation Layer/30. Create EditLocation JSP.mp4 10.99 MB
5. Presentation Layer/31. Handle the update.mp4 8.98 MB
5. Presentation Layer/32. Test the update.mp4 6.49 MB
5. Presentation Layer/4. Delete Workflow.mp4 3.66 MB
5. Presentation Layer/5. Update Workflow.mp4 5.87 MB
5. Presentation Layer/6. Create the Location Table.mp4 2.58 MB
5. Presentation Layer/7. Create the locationweb Project.mp4 5.39 MB
5. Presentation Layer/8. Create the Model Class.mp4 7.97 MB
5. Presentation Layer/9. Create the Repository.mp4 3.41 MB
6. Utility Classes/1. Introduction.mp4 3.33 MB
6. Utility Classes/2. Email UseCase.mp4 3.34 MB
6. Utility Classes/3. Add the Maven Dependency.mp4 3.15 MB
6. Utility Classes/4. Create the Utility classes.mp4 11.92 MB
6. Utility Classes/5. Configure the Mail Properties.mp4 6.22 MB
6. Utility Classes/6. Setup a Email Account.mp4 6.7 MB
6. Utility Classes/7. Use the Util Classes.mp4 5.2 MB
6. Utility Classes/8. Test the Util Layer.mp4 7.06 MB
7. Reports Utility/1. Introduction.mp4 5.09 MB
7. Reports Utility/2. Low level workflow.mp4 3.17 MB
7. Reports Utility/3. Add maven dependency.mp4 4.46 MB
7. Reports Utility/4. Add Repository Method.mp4 7.89 MB
7. Reports Utility/5. Create Utility Class.mp4 8.06 MB
7. Reports Utility/6. Generate the report.mp4 9.71 MB
7. Reports Utility/7. Create the controller method.mp4 14.68 MB
7. Reports Utility/8. Create the view.mp4 5.03 MB
7. Reports Utility/9. Testing.mp4 7.84 MB
8. Integration Layer/1. Introduction.mp4 2.27 MB
8. Integration Layer/2. What is REST.mp4 13.38 MB
8. Integration Layer/3. Create the REST Controller.mp4 2.83 MB
8. Integration Layer/4. Get All Locations.mp4 4.77 MB
8. Integration Layer/5. Test Get All Locations.mp4 6.45 MB
8. Integration Layer/6. Create Location.mp4 9.48 MB
8. Integration Layer/7. Update Location.mp4 5.9 MB
8. Integration Layer/8. Delete Location.mp4 7.66 MB
8. Integration Layer/9. Get One Location.mp4 4.95 MB
9. Project Creation/1. Why Micro Services.mp4 9.84 MB
9. Project Creation/2. Create DB Schema.mp4 7.95 MB
9. Project Creation/3. Create a Project.mp4 4.37 MB
9. Project Creation/4. Create model classes.mp4 14.8 MB
9. Project Creation/5. Mark with JPA annotations.mp4 7.52 MB
9. Project Creation/6. Define relationships.mp4 1.4 MB
9. Project Creation/7. Create the Data Access Layer.mp4 5.09 MB
9. Project Creation/8. Create User Registration View and Controller.mp4 12 MB
其他位置