Spring Boot JDBC CRUD Tutorial

preview_player
Показать описание
You will learn how to develop a Spring Boot web application that manages data (CRUD operations) in Oracle database using Spring JDBC (via JdbcTemplate)
- Technologies used: Spring Boot with embedded Tomcat server; Spring JDBC for the data access layer; Spring MVC for the controller layer; Thymeleaf for the view layer; Oracle JDBC Driver; JUnit testing framework.

- Software programs used: Java Development Kit (JDK), Eclipse IDE, Oracle SQL Developer.

#springboot #jdbc #springframework #javaprogramming #springtutorial
Рекомендации по теме
Комментарии
Автор

Hello, This vieo is so thankful and grateful. I was giving up spring boot study because I was stuck in the part of loading the DB with the textbook I was looking at, but after watching this video and trying again one by one, the perfect web was creaated. I can typying the code and the screen was enlarged during the lecture, so it was very convenient to study. I will really study by watching all the videos on this Youtube channel. I hope you can upload more spring boot videos. Haha Thank you very much

bunnyday
Автор

First of all i want to thank a lott brother for you life saving tutorials, also thanks for the reason of my career and life !!!

asadeeshprabhakar
Автор

Thanks bro... Your video was very helpful and informative..

sagarbhosle
Автор

Hi thanks this tutorial it´s great, but i have a problem, when run application FAILED

Description:
Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could be configured.
Reason: Failed to determine a suitable driver class
Action:
Consider the following:
If you want an embedded database (H2, HSQL or Derby), please put it on the classpath.
If you have database settings to be loaded from a particular profile you may need to activate it (no profiles are currently active).

Could you help me please.

omarlorenzana
Автор

I keep getting an error saying no such table <table name> when I try to launch the the browser view

thandokwenda
Автор

Hi its really very usefull tutorial. Tanks dear. great job... keep it up

mukeshkhan
Автор

at 1:15:05 why the new inserted item got random id ?

testfart
Автор

Hi while implementing update i am getting a error.


There was an unexpected error (type=Internal Server Error, status=500).
PreparedStatementCallback; uncategorized SQLException for SQL [UPDATE CSR SET WID='Sw3' WHERE id=?]; SQL state [15000]; error code [15000]; UCAExc:::4.0.1 Row is deleted: 90:0 (Db=CSR.accdb;Table=CSR); nested exception is UCAExc:::4.0.1 Row is deleted: 90:0 (Db=CSR.accdb;Table=CSR)


Any idea why is this error coming?

MsWorkd
Автор

How to do with JDBC template and DTO class

deepikasrinivasasharma
Автор

Thank you so much, your videos are a lifesaver.

ethandsa
Автор

I am getting a whitelabel error page please help

kush_the_uncle
Автор

phải chi a tạo phụ đề tiếng việt nữa thì tốt ạ 🥺

ducduy
Автор

this video was posted around two years back is to okay to follow this tutorials for current version of Spring boot ..pls correct me if i am wrong

asadeeshprabhakar
Автор

anh ơi...anh làm video về store procedure bằng Spring Boot JDBC đi ạ...trên mạng hiếm làm cái này quá

DuyNguyen-hhjo
Автор

what changes do we need to make if we are using ms-access database with UcanAccess driver?

MsWorkd
Автор

what's different spring data jpa and spring jdbc ?

satriaful
Автор

If i want save two object but they have attributes with same name? How do i do in thymeleaf?

STDOBERG
Автор

Very good tutorial, but naming de database table Sales (plural) and java class as Sale (singular), it got me confusing all the time, becacuse i couldn´t tell easily if you were referring to Sale as Sale Class or as the Database table. I named the sale class "SalesDTO"

peivandp
Автор

Hello sir i watched your complete video. Sir i have doubt please help mi to out from that. Please reply so that i share my doubt.

sameerkadgaye