Spring Boot JDBC using JdbcTemplate

  Рет қаралды 50,050

Telusko

Telusko

5 ай бұрын

Connecting the Spring Boot app with H2 Database using Spring jdbc.
Spring Boot Tutorial : • What is Spring Boot? |...
Telusko Courses:
Spring and Microservices Live Course : bit.ly/springmslive
Coupon: TELUSKO25 (25% Discount)
Industry-Ready Java Spring Microservices Developer Live : bit.ly/JavaMS2
Complete Java Developer Course : bit.ly/Comp-Java-Dev-2
Coupon: TELUSKO20 (20% Discount)
For More Queries, WhatsApp or Call: +919008963671
Course Request : forms.gle/AgBcB56DnmzxUvMj8
website : courses.telusko.com/
Instagram : / navinreddyofficial
Linkedin : / navinreddy20
TELUSKO Android App : bit.ly/TeluskoApp
TELUSKO IOS App : apple.co/3SsgmU2
Discord : / discord

Пікірлер: 34
@MeowTubeMoments619
@MeowTubeMoments619 4 ай бұрын
sir we are learning so many things from your channel i have one request sir please make one project with complete front end backend and data base .
@vitalxvv
@vitalxvv 2 ай бұрын
Finally a shot and more importantly very clear explanation. Thank you so much!
@gowthamselvaraj7793
@gowthamselvaraj7793 4 ай бұрын
Continue this series sir, Complete java microservices tutorial sir❤❤❤❤
@emrahhakan5462
@emrahhakan5462 9 күн бұрын
perfect explaining! thanks!
@luisangelsosaflores9627
@luisangelsosaflores9627 3 ай бұрын
Greetings a pleasure, I hope you can help me with a question I have regarding Spring JDBC, when you usually work with JDBC with Spring do you usually create the classes with the complete information of my tables? or just Dtos whose information I need. My doubt is because I come from JPA and the creation of the entities(@entity) is justified and the use of DTOs, but I would like to know how it is with Spring JDBC if professionally there are usually DTOS since in several tutorials I have seen I have not seen DTOS.
@sorrapriyanka108
@sorrapriyanka108 4 ай бұрын
Sir, please do complete spring boot topic from basic to advance
@lalithaashri3628
@lalithaashri3628 4 ай бұрын
Can you please explain about volatile and atomicnumber in java?
@soumyaranjandas5751
@soumyaranjandas5751 4 ай бұрын
Sir i am big fan I saw you in banglore marathalli but I am unble to talk because you carry a small kid that's resion
@user-uq7pt2dr3h
@user-uq7pt2dr3h 4 ай бұрын
How to add two configurations in IntelliJ IDEA one for Java and one for JavaScript (React), my project back end is java, and front end is JavaScript.
@MrMVKR
@MrMVKR 3 ай бұрын
can we use BeanProperyRowMapper so that we dont need to create RowMapper object????????????
@priyanshikmv
@priyanshikmv 4 ай бұрын
Nice video, Hero is hiring through a competition for students, I want to know more about it
@jambub2506
@jambub2506 2 ай бұрын
Good Explanation
@gokukrishh
@gokukrishh 4 ай бұрын
Hi, Can you please explain Spring Security again with the latest versions. Thank you
@asinkan
@asinkan Ай бұрын
great vid
@sumanthvadluri2040
@sumanthvadluri2040 4 ай бұрын
sir please make videos on java applet topic
@user-cm2jp6zs8h
@user-cm2jp6zs8h 2 ай бұрын
Try to creating a RowMapper object then i cann't getting mapRow method.
@Hhyxzz
@Hhyxzz 4 ай бұрын
Only one thing i didn't get it why the .sql extension files taking schema and data and if i changed the name of that files it is not working as i observed, can you please explain is it follows naming constraint
@vinutas7359
@vinutas7359 20 күн бұрын
Same question
@soumyaranjandas5751
@soumyaranjandas5751 4 ай бұрын
Sir i want to talk with you sir when you come again
@shreecharan5775
@shreecharan5775 4 ай бұрын
Why in the world do I need to use Spring JDBC instead of Spring Data Jpa?
@attrayadas8067
@attrayadas8067 4 ай бұрын
One advantage of using Spring JDBC is we don't need to create entity class.
@shreecharan5775
@shreecharan5775 4 ай бұрын
@@attrayadas8067 what's the advantage of not creating entity class? It's just a matter of a single annotation right?
@DreamDropsTV
@DreamDropsTV 4 ай бұрын
@@shreecharan5775 when performace matters use JDBC. ORMs abstract these steps to make developers life easier, but performance wise no one can beat a natively written sql code compared to all sort of jpql , named query etc. and under the hood you actually don't have any control on what sql query data jpa is writing (which isn't always efficient). I have seen some examples where a simple query is converted to long ass joins of queries written by JPA.
@amitkriit
@amitkriit 4 ай бұрын
​@@shreecharan5775 JDBC is significantly more efficient.
@AnthonyTouset
@AnthonyTouset 4 ай бұрын
​@@shreecharan5775you may not have a well-formed, relational data model to work with. In that case one entity likely would not match-up well with database tables, requiring custom queries that can be a real pain with jpa. Also jpa implementations can be pretty heavy and not necessary if you have a small application
@chirrarajeshrara3077
@chirrarajeshrara3077 4 ай бұрын
i need new full course of spring frame work
@palemchandrashekar7144
@palemchandrashekar7144 4 ай бұрын
Who is Kiran? Is he peg mate ?
@411yashwanthkumar8
@411yashwanthkumar8 4 ай бұрын
Why not hibernate ?
@jainishprajapati5248
@jainishprajapati5248 4 ай бұрын
Hibernate is great but why not JPA it's even better than all , supports JPQ for advance queries and ORM with minimal boilerplate code.
Web App using Spring Boot
14:56
Telusko
Рет қаралды 265 М.
Java Database Connectivity | JDBC
20:34
Telusko
Рет қаралды 180 М.
ШЕЛБИЛАР | bayGUYS
24:45
bayGUYS
Рет қаралды 453 М.
Лизка заплакала смотря видео котиков🙀😭
00:33
Postgres vs MySQL vs SQLite - a developer's guide
22:04
GringoDotDev
Рет қаралды 6 М.
Spring Boot Tutorial | Full Course [2023] [NEW]
1:37:31
Amigoscode
Рет қаралды 2,6 МЛН
JDBC vs JPA: Pros and Cons
11:56
Pro Coder
Рет қаралды 26 М.
Spring Boot Data REST Example
11:41
Telusko
Рет қаралды 62 М.
Stop Making Clones while Learning Programming
6:09
Telusko
Рет қаралды 33 М.
#8 Spring without Boot
13:26
Telusko
Рет қаралды 4,8 М.
Spring Tips: Spring Data JDBC
27:36
SpringDeveloper
Рет қаралды 16 М.
Samsung or iPhone
0:19
rishton_vines😇
Рет қаралды 3,5 МЛН
Внутренности Rabbit R1 и AI Pin
1:00
Кик Обзор
Рет қаралды 235 М.
All New Atlas | Boston Dynamics
0:40
Boston Dynamics
Рет қаралды 5 МЛН
Result of the portable iPhone electrical machine #hacks
1:01
KevKevKiwi
Рет қаралды 8 МЛН
❌УШЛА ЭПОХА!🍏
0:37
Demin's Lounge
Рет қаралды 202 М.