Creating new Maven Project | Adding Spring JDBC Dependencies | Spring JDBC Tutorial

Learn Code With Durgesh
20 Jun 202008:57

Summary

TLDRIn this video, the host guides viewers through creating a new Spring JDBC project using Spring Initializr. They discuss configuring dependencies, setting up the project workspace, and integrating Spring's core and JDBC dependencies. The tutorial aims to simplify the process for beginners, ensuring a smooth start to their Spring project.

Takeaways

  • 😀 The video is a tutorial for creating a new project using Spring JDBC.
  • 👨‍🏫 The presenter guides viewers on setting up the project with Spring JDBC dependencies throughout the video.
  • 📂 It starts with creating a project in IntelliJ IDEA, using the Maven project setup to simplify the process.
  • 🔍 The video emphasizes the importance of selecting the correct Spring and Spring JDBC versions to avoid conflicts.
  • 🛠️ The presenter demonstrates how to add dependencies for Spring Core, Spring JDBC, and other related libraries.
  • 🔄 It mentions the use of Maven to manage and integrate the default dependencies that come with the project.
  • 📝 The script includes instructions for configuring the artifact ID, group ID, and other project details in Maven.
  • 🔑 The video provides tips on how to search for and select the correct dependencies using the Maven search feature.
  • 📚 It explains the process of minimizing the project by removing unnecessary dependencies and keeping only the required ones.
  • 🔄 The presenter also covers updating the project's dependencies to ensure compatibility and optimal performance.
  • 🎓 The video concludes with a mention of a playlist that contains step-by-step instructions on Spring Core for further learning.

Q & A

  • What is the main topic of the video?

    -The main topic of the video is about creating a new project using Spring JDBC and configuring all of its dependencies.

  • What does the speaker suggest to start with for creating a new project?

    -The speaker suggests starting with a simple project using Spring IDE, which is easy and commonly used by many people.

  • How does the speaker recommend setting up the project workspace?

    -The speaker recommends setting up the project workspace by changing the directory to a preferred location and then creating the project within Spring.

  • What is the importance of selecting the right version of dependencies in the video?

    -Selecting the right version of dependencies is crucial to ensure compatibility and proper functioning of the project, avoiding potential conflicts and issues.

  • What is the significance of the 'Spring' folder mentioned in the script?

    -The 'Spring' folder is significant as it is where the speaker organizes and stores all the related folders and files for the Spring project.

  • What does the speaker mean by 'Spring Core' dependencies?

    -By 'Spring Core' dependencies, the speaker refers to the fundamental libraries and modules required for the Spring framework to function, such as Spring Context and Spring Beans.

  • How does the speaker approach adding external dependencies to the project?

    -The speaker approaches adding external dependencies by first identifying the necessary dependencies, such as Spring Core and Spring JDBC, and then pasting them into the project's dependency section.

  • What is the role of 'Spring Datasource' in the project as per the video?

    -The 'Spring Datasource' serves as the connection point for the project to interact with the database, providing the necessary configurations for database connectivity.

  • What is the purpose of the 'JdbcTemplate' mentioned in the script?

    -The 'JdbcTemplate' is used for executing SQL queries and operations within the Spring project, simplifying database operations and interactions.

  • How does the speaker suggest configuring the project's artifact ID and group ID?

    -The speaker suggests configuring the artifact ID with a unique identifier that represents the project and using a group ID that follows a specific naming convention, such as 'com.spring'.

  • What is the final step the speaker mentions for completing the project setup?

    -The final step mentioned by the speaker is to review and update the project's configuration files to ensure that all operations can be performed as intended.

Outlines

00:00

😀 Introduction to Spring JDBC Project

The video script begins with a welcome back to the YouTube channel, focusing on a new project involving Spring JDBC. The speaker discusses the theoretical concept from the previous video and moves on to explain how to start a new project in Spring JDBC. They guide the viewers through the process of creating a project using Spring JDBC, configuring dependencies, and setting up the project workspace. The speaker also mentions using Open Hire Tips ID for simplicity and encourages viewers to search for 'Van' if they face any issues. The description includes steps for creating a project, selecting the appropriate dependencies, and configuring the project settings, such as the artifact ID and group ID.

05:00

😀 Configuring Dependencies for Spring JDBC

This paragraph delves into the practical implementation of Spring JDBC, emphasizing the importance of understanding and configuring dependencies. The speaker guides the viewers on how to open the project and configure the necessary dependencies, specifically focusing on the versions of Spring and Spring JDBC. They mention the need to match the versions used in the project with those available in the Maven repository. The speaker also discusses the process of copying and pasting dependencies, ensuring that the project is set up correctly. Additionally, they touch on the use of Google for searching dependencies and the importance of matching the versions for better integration and performance. The paragraph concludes with a teaser for the next steps in the project, hinting at configuring the project's configuration files.

Mindmap

Keywords

💡Spring Framework

Spring Framework is a comprehensive programming and configuration model for modern Java applications. It is a foundational tool for many Java developers, providing a wide range of features to simplify the development process. In the video, the speaker mentions creating a new project using Spring Framework and configuring its dependencies, indicating that the video is focused on teaching how to set up and work with Spring applications.

💡Spring JDBC

Spring JDBC is a part of the Spring Framework that simplifies database access and data manipulation in Java applications. It provides a consistent programming model for database operations, making it easier to integrate with various databases. The script mentions configuring Spring JDBC, suggesting that the video will cover how to set up database connectivity and perform operations using Spring's JDBC abstraction.

💡Dependencies

Dependencies in the context of software development refer to external libraries or modules that a project relies on to function. In the script, the speaker talks about configuring dependencies for Spring JDBC, which means integrating necessary libraries that the project will use. This is a crucial step in setting up any software project, as it ensures that all required components are available for the application to run correctly.

💡Project Creation

The process of creating a new project in software development involves setting up a new workspace with the necessary files, configurations, and dependencies. The script mentions creating a new project in Spring Framework, which is a key step in starting a new software development endeavor. This typically includes choosing a project structure, initializing version control, and setting up build tools.

💡Configuration

Configuration in software development refers to the process of setting up and managing the parameters and settings that control how an application or system operates. In the script, the speaker discusses configuring Spring JDBC and other dependencies, which is essential for defining how the application will interact with its environment and external systems, such as databases.

💡Database Connectivity

Database connectivity is the ability of a software application to communicate with a database management system. In the video script, the speaker mentions setting up database connectivity using Spring JDBC, which is crucial for any application that needs to store or retrieve data from a database. This involves configuring connection details such as the database URL, username, and password.

💡Artifact ID

An Artifact ID in Maven or other build tools is a unique identifier for a module or component within a project. It is used to manage dependencies and is crucial for building and deploying applications. The script mentions typing the Artifact ID in the project setup, which is a standard part of creating a new Maven project, helping to identify and manage the project's components.

💡Group ID

The Group ID is a part of the Maven project structure that defines the project's group or organization. It is used in conjunction with the Artifact ID to uniquely identify a project in a repository. In the script, the speaker refers to setting the Group ID, which is a necessary step in configuring a Maven project and ensuring that it can be correctly identified and accessed by other developers and build systems.

💡Spring Core

Spring Core is the foundational module of the Spring Framework, providing essential features such as inversion of control (IoC) and aspect-oriented programming (AOP). The script mentions opening the Spring Core for tourism, which likely refers to exploring the core functionalities of Spring that are crucial for building enterprise applications. Understanding Spring Core is key to leveraging the full power of the Spring Framework.

💡Template

In the context of the video script, a template likely refers to a pre-defined structure or pattern that can be used in software development, such as a database schema or a code template. The speaker mentions a template class, which suggests that the video might cover how to use or create templates in Spring applications, potentially for database operations or other repetitive tasks.

💡Data Source

A data source in software development is an object that represents a connection to a data provider, such as a database. The script mentions injecting a data source, which is a common practice in Spring applications to manage database connections. This allows the application to interact with the database in a controlled and efficient manner, abstracting the complexity of direct database access.

Highlights

Welcome back to the YouTube channel, discussing a new project in Spring JDBC.

The video will guide through configuring all dependencies of Spring JDBC.

Instructions on how to start a new project if you haven't done so yet.

Using Open Hear Tips ID Simple IDE for creating projects.

Creating a new project by selecting 'File' and then 'New'.

Searching for 'Spring' if 'Maven' is not visible.

Choosing 'Spring' and selecting the project type.

Using 'Simple' to avoid extra effort in adding dependencies.

Guidance on changing the workspace and project location.

Creating folders and selecting the Spring project type.

Attention to the 'Artifact ID' and 'Group ID' during project setup.

Selecting the appropriate Spring version and dependencies.

Importing dependencies and configuring the project with Maven.

Instructions on how to add external dependencies.

Explaining the importance of matching Spring and Spring JDBC versions.

Demonstrating how to copy and paste dependencies in the 'pom.xml' file.

Updating the project with the latest dependencies.

Discussing the practical implementation of Spring JDBC.

Providing tips on using Google for searching dependencies.

Highlighting the importance of configuring the project correctly.

Encouraging viewers to subscribe, like, and share the video.

Transcripts

play00:00

हेलो हेलो प्रोग्रामर्स वेलकम बैक टू माय

play00:02

YouTube चैनल फ्रेंड्स हम लोग सिगरेट थे

play00:04

स्प्रिंग जेडीबीसी और हम लोगों ने पूरा

play00:06

थियोरेटिकल कॉन्सेप्ट समझ लिया था अपने

play00:08

पिछले वीडियो में इस विडियो में हम लोग एक

play00:10

नया प्रोजेक्ट बनाएंगे स्प्रिंग जेडीबीसी

play00:12

का और स्प्रिंग्स जेडीबीसी की सारी

play00:14

डिपेंडेंसीज को कॉन्फ़िगर करेंगे इस पूरे

play00:16

विडियो में तो आपको कोई भी टेंशन नहीं

play00:18

लेना है कैसे स्टार्ट करना है अभी तक आपने

play00:21

नहीं किया है तो मैं फिर से एक बार बताने

play00:23

जा रहा हूं कैसे आपमें वन प्रोजेक्ट

play00:24

क्रिएट करोगे इंडिपेंडेंस इसको ऐड करोगे

play00:27

और साथ-साथ में हम लोग स्प्रिंग्स

play00:28

जेडीबीसी की डिपेंडेंसी और ऐड करेंगे इस

play00:31

वीडियो में तो चलिए फ्रेंड्स हमारे पास

play00:32

यहां पर ओपन हेयर टिप्स ID सिंपल सी आई डी

play00:35

यह बहुत ही आसान है बहुत ही ज्यादा लोग

play00:37

उसको यूज करते हैं तो हम लोग इसी इस

play00:39

जाएंगे इसलिए साइड को इस करेंगे सिंपल जवा

play00:42

पिछली साइड यहां पर ओपन कर लोगे तो सिंपली

play00:44

आपको यहां पर एक ऑप्शन दिखेगा फाइल का

play00:46

सिंपली फाइल पर क्लिक करोगे न्यू पर जाओगे

play00:49

और सिंपल यहां पर एक मे वन प्रोजेक्ट

play00:50

मिलेगा अगर आपको मे व नहीं मिलता तो

play00:52

सिंपली पाओ के आधार पर और आधार पर आने के

play00:55

बाद सिंपली आपको यहां पर सर्च करोगे मैं

play00:57

वन ठीक है सिंपल मैं वन और आप

play01:00

ए प्रोजेक्ट पर क्लिक करना है ठीक है मैं

play01:01

वन प्रोजेक्ट वास मेंट यूज कर रहा हूं कि

play01:04

हमें डिपेंडेंसीज लगाने में ज्यादा मेहनत

play01:07

न करनी पड़े मे बंद सारे के सारे

play01:09

डिफेंडर्स खुद से मैस कर लेगा तो आप भी

play01:11

इसको यूज करें अदरवाइज सिंपल प्रोजेक्ट

play01:13

बनाकर खुद से जार फाइल को ऐड कर सकते हो

play01:15

कोई भी शुरू नहीं है सिंपली हम क्या करते

play01:18

हैं नेक्स्ट पर क्लिक कर देते हैं ही कुछ

play01:20

पूछेगा तो हम बता देंगे यह पूछ रहे हो या

play01:22

मुझे प्रोजेक्ट कहां पर बनाना है तो

play01:24

सिंपली यहां पर इस वर्कस्पेस चेंज करूंगा

play01:26

डोंट शोल्डर चेंज करूंगा वैसे आप ले

play01:29

जाऊंगा ब्राउज़र करूंगा ब्राउज़ करने पर

play01:30

मैं यूट्यूब में है ब्रेड के अंदर नहीं

play01:32

करूंगा जबकि स्प्रिंग अंदर बनाऊंगा सॉलिड

play01:34

मैंने यहां पर फोल्डर बना के रखे हैं तो

play01:36

सिंपली आऊंगा और स्प्रिंग सेलेक्ट कर

play01:38

लूंगा तो बहुत सारे फोल्डर से यूट्यूब से

play01:41

रिलेटेड ही तो सिंपल भैया कहां मिलेगा

play01:44

मुझे कहां मिलेगा काम लगेगा टाइम सिंपल

play01:47

स्प्रिंग मैंने सेट कर लिया सेलेक्ट

play01:48

फोल्डर अब जो हमारा प्रोजेक्ट होगा वह

play01:50

इसमें बनेगा स्प्रिंग अंदर परफेक्ट है

play01:52

सिंपल हम नेक्स्ट कर देंगे अब हम यहां पर

play01:55

सबसे ज्यादा ध्यान रखना यहां पर सिंपली

play01:57

हमें बैटल आफ इंटरनल यूज करना है ठीक है

play02:00

और आपको यहां पर आर्टीफैक्ट आईडी में मे व

play02:03

नायक टाइप कोई कि स्टॉक सेलेक्ट करना है

play02:05

क्योंकि को कंप्लीट होने वाला आपको बैक

play02:07

नहीं सेलेक्ट करना है कोई स्टॉक सेलेक्ट

play02:09

करना है अभी तो फिलहाल ठीक है कोई स्टार्ट

play02:11

1.1 में सेट कर लूंगा और सिंपलेक्स कर

play02:13

दूंगा यह आपसे कुछ इंफोर्मेशन पूछेगा तो

play02:15

बता दीजिएगा सबसे पहले ग्रुप ID तो ग्रुप

play02:17

आइडिया सेल्यूलर टू योर पैकेजेस तो हम

play02:20

यहां पर कॉम डॉट स्प्रिंग डॉट एसिड कर

play02:25

देंगे ठीक है आप कुछ भी कह सकते हो कोई

play02:26

दिक्कत नहीं है इसके लिए आपको प्रोजेक्ट

play02:28

को यूनीकली आईडेंटिफाई करने के लिए ठीक है

play02:30

तो सिंपली आर्टीफैक्ट आईटी मिंस प्रोजेक्ट

play02:32

का नाम एक तरीका है तो मैं यहां पर

play02:35

स्प्रिंग जेडीबीसी देंगे पिछली बार हम

play02:37

लोगों ने स्प्रिंग को यूज किया है स्वाद

play02:38

स्पंज विशेष देंगे सबका पैकेज का नाम बन

play02:41

गया कॉम डॉट स्प्रिंग डॉट्स प्रिंटेड तो

play02:44

सिंपली में लास्ट वाली हटा दूंगा कोई

play02:47

दिक्कत नहीं है सिंपली मैं यूज करूंगा इस

play02:49

कॉर्ड स्प्रिंग डॉट चीन सिटी के कोड

play02:51

विषयों सिंपल हम फिनिश करेंगे एडवांस को

play02:54

देखना है तो आप देख सकते हो क्रॉस कोई

play02:56

दिक्कत है इसको आप ऐसे टिप्स रहने दो और

play02:58

सिंपलेक्स कर दो नेट

play03:00

को ऑन कर दीजिएगा यह खुद से क्या करेगा यह

play03:02

खुद से प्रोजेक्ट को क्रिएट कर देगा और

play03:04

क्रिएट करने के बाद सारी डिपेंडेंसीज जो

play03:06

भी बाई डिफ़ॉल्ट मिलेंगी वह सब कुछ

play03:09

इंटीग्रेट कर देगा आपको कोई दिक्कत नहीं

play03:10

है जब एक बार ही प्रेसिडेंट हो जाएगा फिर

play03:13

हम लोग अपनी एक्सटर्नल डिपेंडेंसीज क्या

play03:15

करेंगे लगाएंगे तो यहां पर देखेंगे तो

play03:17

हमारा डलहौजी आ चुका है और आप देखोगे तो

play03:19

इस स्पंज लीडरशिप सिर्फ प्रोजेक्ट बनाकर

play03:21

भेजा गया और इस पिन कोड पहले वाला

play03:23

प्रोजेक्ट इसका वह बहुत सारा काम किया था

play03:25

आप देखोगे इतने सारे कांटेक्ट कोर के ठीक

play03:27

है ठीक है इन सारे कांटेक्ट को ग्राफ को

play03:29

रिवाइज करना है अभी तक आपने देखा तो आप

play03:31

जाकर हमारी प्लेलिस्ट देखिएगा वहां पर एक

play03:34

वीडियो मैंने स्टेप बाय स्टेप स्प्रिंग

play03:36

कोर की सारी डाली हुई है आप उनको दिखेगा

play03:38

बहुत अच्छे से पूरे कौन से यह समझ जाओगे

play03:40

और उसके लिंग जो है उस डिस्क्रिप्शन बॉक्स

play03:42

में डाल दूंगा सिंपल सी बात है भाई अब

play03:44

जाकर देख लो कोई दिक्कत नहीं स्टेप बाय

play03:47

स्टेप चीज समझ जाओगे अगर आपको स्प्रिंग

play03:48

फ्रेमवर्क ठीक है नेक्स्ट बात करते हैं आप

play03:50

स्पंज एक्टिविटी की तो सिंपल अभी हम लोग

play03:53

ने प्रोजेक्ट कि यहां पर करेंगे सबसे पहले

play03:55

आपको ओपन कर लेना है फ्रॉम रोड टैक्स इन

play03:57

थिस फाइल को ओपन करने के बाद सिंपल

play04:00

मैं आपको कुछ यहां पर डिपेंड सील लगानी है

play04:03

तो पहले से कुछ इंडिपेंडेंस लूंगा तो पहले

play04:06

वाले स्प्रिंग और कि मॉम डैड में ओपन

play04:08

करेंगे ठीक नॉट वांट थिस स्प्रिंग कोर की

play04:10

फॉर मेडिसिनल ओपन करेंगे तो यह जो यह

play04:12

स्प्रिंग कोर की फॉर टूरिज्म लें और मुझे

play04:15

बेसिकली दो डिपेंडेंसी चाहिए मुझे शॉपिंग

play04:18

और विटामिन सी और ए के मुझे स्प्रिंग

play04:20

कांटेस्ट की तो यह दोनों दिल्ली में कॉपी

play04:22

कर लूंगा आपको ब्रेड दवा एक्शन चाहिए तो

play04:25

इसको पॉज कर सकते हो ठीक है अदरवाइज मैं

play04:28

सिर्फ और और कांटेक्ट यहां से लूंगा और इन

play04:31

जेडीबीसी वाले स्पर्म लोग जल में

play04:33

डिपेंडेंसीज के अंदर सिंपली पेस्ट कर

play04:36

दूंगा सिम प्रेस कर दूंगा और SIM प्लेट

play04:38

यहां पर फॉर्मेट करके इसको पहले वाला जो

play04:42

प्रोडक्ट्स को मिनीमाइज़ कर दूंगा कोई

play04:43

दिक्कत इस पर आएंगे राइट क्लिक करेंगे अभी

play04:46

कंपनी सहवास आप देखेंगे स्प्रिंग डे किसी

play04:49

करेंगे राइट क्लिक करेंगे और यहां पर आपको

play04:50

दिखेगा एक मेलबर्न का फोल्डर शो वेट करते

play04:53

हैं थोड़ा सा सिस्टम थ्रू है ठीक है यहां

play04:55

पर चलते हुए यहां पर ऑप्शन में बंद यहां

play04:57

पर ऑप्शन अपडेट पिंपले आप इसको अब

play05:00

दोगे और ओके कर दो जब तक अपडेट हो रहा तब

play05:02

तक हम यहां पर आते हैं क्योंकि हम लोग को

play05:04

स्प्रिंग जेडीबीसी पर सारा काम करना है के

play05:08

साथ काम करना कौन से सीखने है प्रैक्टिकल

play05:10

इंप्लीमेंटेशंस करनी है सब क्लियर Google

play05:11

करेंगे और यहां टाइप करेंगे स्प्रिंग

play05:13

जेडीबीसी मैं वन टेस्ट टीम जेडीबीसी मे इन

play05:16

थिस सिंबल मे इंडिपेंडेंस वाला ओपन हो

play05:19

जाएगा वेबसाइट आप सिंपली यहां पर क्लिक

play05:21

करके इसको ओपन कर लेंगे अब यहां पर सबसे

play05:24

इंपोर्टेंट चीज है जीडीए वीसी की पूरी

play05:26

डिपेंडेंसी है स्प्रिंग और स्प्रिंग्स

play05:27

जेडीबीसी की देखोगे यहां पर लेकिन हमें

play05:30

वही वर्शन चाहिए जो आपने यहां पर यूज किया

play05:32

है हम लोग मिस किया था 5.2 2.3 लें तो आप

play05:35

यहां पर 5.2 पॉइंट थ्री यूज करोगे यह

play05:37

इंवाइट पॉइंट 2.3 यह वाली डिपेंडेंसी आप

play05:40

यह चीज ध्यान रखिएगा ठीक है सिंपली इस

play05:42

डिपेंड उसी को कॉपी करोगे और कॉपी करने के

play05:44

बाद आप यहां पर यह पहली वाली कोर थी यह

play05:47

कांटेक्ट कांटेक्ट के नीचे सिंपलेस्ट कर

play05:49

दोगे एक बार फिर से आप इसको मैच कर लोगे

play05:52

कांटेक्ट वर्कर वर्जन फाइव पॉइंट टू पॉइंट

play05:55

₹3 है 5.2 पॉइंट रिलीज है तो यह मैच करेगा

play05:59

तो ज्यादा बेटर रहेगा

play06:00

ज्यादा अच्छे से काम हो पाएगा तो Raees

play06:01

गड़बड़ी हो सकती है अच्छा हम जो डावेस यूज

play06:04

करें और मैं इसको इट आप इसको यूज करके

play06:06

माइक्रो आब्जर्वर 5.7 तो मैं क्या करुंगा

play06:09

मैसेज प्ले यहां 22 करैक्टर में लगा हुआ

play06:12

तो सिंपली यहां पर माई फेस्टिवल करेक्टर

play06:14

सबका यहां से भी सर्च कर सकते हैं Google

play06:16

से भी सर्च कर सकते हैं आप एवरी ठीक है तो

play06:18

आप देखोगे यहां पर मैं इस करेक्टर है पहला

play06:20

अलार्म सिंपली इसको ओपन कर लेंगे और यहां

play06:22

पर मैं यह वाला यूज कर सकते हैं बट आप अगर

play06:25

माय स्कूल सर्व 8.0 इस करोगे या एक पॉइंट

play06:29

वगैरह के तो आप एडिट करेगा सिंपली मैं

play06:31

यहां पर फाइव का कोई वर्जन उठ कर लूंगा

play06:33

कोई दिक्कत नहीं मैं यूज करूंगा या फाइव

play06:35

पॉइंट्स समथिंग दो 5.1 यूज कर सकते कोई

play06:38

दिक्कत नहीं आपकी जो मर्जी हो वह कर लो

play06:40

कोई दिक्कत नहीं या सिंपल इधर से भी कोई

play06:42

यूज कर सकते हैं ठीक है बट five-point

play06:44

समथिंग यूज करेंगे ठीक है 5.3 यूज करें का

play06:46

यह सिंपली हम इसको पी कर लेंगे और कॉपी

play06:49

करने के बाद हम लोग आएंगे यहां पर सिंपली

play06:51

अपने जेडीबीसी के नीचे सिंबलिक पेस्ट कर

play06:54

देंगे सोए हो तो आप सबको समझ में आ गया

play06:56

होगा कैसे करना है सिंपली इसमें कोई

play06:58

दिक्कत होगी तो आपको चेंज कर सकते कोई

play07:00

अपने बट यहां पर वर्जन पर बहुत ज्यादा

play07:02

डिपेंड करता है अगर आप - क्वाइट यूज करोगे

play07:04

तो मैं स्कूलों की जो करेक्टर है वह 8.0

play07:08

इधर से कोई डाउनलोड इधर से आप कोई लगाइएगा

play07:10

ठीक है तो यह चीज इंपोर्टेंट है तो हमारे

play07:12

पास सारी डिपेंडेंसीज है अब हमारा यह

play07:14

प्रोजेक्ट रेडी है अब हम लोग स्प्रिंग

play07:16

जेडीबीसी का काम कर सकते हैं पंजाबी विषय

play07:18

का काम कर सकते हैं अदरवाइज दिक्कत हो

play07:20

सकती थी ठीक है तुझे मिली हम लोगों ने

play07:22

कौन-कौन से डिपेंडेंसी लगा यहां पर कोर की

play07:24

लगाइए कांटेस्ट की लगाइए साथ ही साथ यहां

play07:27

पर जीडी भी ठीक लगाइए स्प्रिंग एडीसीपी

play07:29

अमरीक वेस्टइंडीज के साथ काम करना है और

play07:31

यहां पर हम लोगों ने माइकल फ्रेटर लगा है

play07:33

अगर हमको यहां पर आते हैं माय मे

play07:35

इंडिपेंडेंस इसमें तो आप देखोगे यहां पर

play07:37

एक स्प्रिंग कोर कांटेक्ट बींस जेडीबीसी

play07:40

भी आ गई और मैं स्कूल करेक्टर भी आ गया

play07:42

परफेक्ट है आधुनिक सर्च कर सकते हैं जिससे

play07:45

टेंप्लेट वर्ल्ड क्लास तो हम लोग

play07:46

कंट्रोल्स पे लेंगे और यहां पर हम लोग

play07:49

सर्च कर सकते हैं जेडीबीसीटेंप्लेट देखोगे

play07:52

क्लास है इसको सिंपली ओपन करते हैं तो

play07:54

आपको मैं एक बार प्लस दिखा देता हूं जो

play07:56

मैं पिछले विडियो में लिखे यह देखिए जो

play07:58

टेंपर्ड ग्लास है जो एक

play08:00

तरह ट्विस्ट सीरियल स एंड ऐसी ऑपरेशंस कॉम

play08:03

इसके अंदर आपको देखे डाटा सोर्स है देना

play08:06

होगा यह देखिए आपको डाटा मिसयूज मौजूद

play08:08

देना है सदस्य बेसिकली इंटरफेस आप पर

play08:10

कंट्रोल क्लिक करके जाकर देख सकते हो यह

play08:12

इंटरफेस डाटा सोर्स जो कि दो एक्सेंट कार

play08:16

इंटरफेस कॉमन डाटा सोर्स एंड र फिजिकल यह

play08:19

चीज हमें यहां से इंजेक्ट करनी है जब भी

play08:21

MS Word इसे टेंपलेट का जुनून है तो

play08:23

बेसिकली हमें डाटा सोर्स यहां पर डालना ही

play08:25

डालना है तब यह बजट बना सकते हैं अदरवाइस

play08:28

हम को दिक्कत होगी ठीक है सॉरी आपको सामने

play08:31

आ गया नेक्स्ट डे हम लोग क्या करते हैं

play08:33

कॉन्फ़िगर करते हैं अपनी कॉन्फ़िगरेशन

play08:35

फाइल्स कैसे जेडीबीसी है ज्यूडिशियल से

play08:37

लोगों से क्वेश्चन करेंगे तो हाय आई हॉप

play08:39

आपको वीडियो समझ में तो हम लोग नेक्स्ट डे

play08:41

में रिपेयर करेंगे अपनी कंफीग्रेशन फाइल

play08:43

जिसे कि हम लोग ऑपरेशंस को परफॉर्म कर

play08:45

सकते हैं तो इस वीडियो में तक पर अगर अभी

play08:48

तक चैनल सबस्क्राइब नहीं किया जा सकता इस

play08:49

रेमिडी को लाइक और शेयर नहीं किया तो

play08:51

प्लीज लाइक और शेयर जरूर करें भाई मैं

play08:53

मिलता हूं आपसे नेक्स्ट वीडियो में तब तक

play08:55

के लिए जय हिंद जय भारत बाबा

Rate This

5.0 / 5 (0 votes)

Связанные теги
Spring JDBCProject SetupDependency ManagementCoding TutorialSoftware DevelopmentDatabase IntegrationSpring FrameworkJDBC ConfigurationProgramming GuideDeveloper Tips
Вам нужно краткое изложение на английском?