Java Spring Boot [2024] Part 17: Transactions @Transactional

Published: 25 August 2024
on channel: Peachez Programming
2,887
97

Join my Patreon:
👉   / peachezprogramming  

LinkTree:
https://linktr.ee/peachezprogramming

CREATE TABLE bank (
name VARCHAR (255) NOT NULL PRIMARY KEY,
balance DECIMAL (19, 2) NOT NULL
);

INSERT INTO bank(name, balance) VALUES('Peach', 100.00);
INSERT INTO bank(name, balance) VALUES('Berry', 100.00);

0:00 Intro
1:02 Setup
2:28 Main logic
4:36 Testing without @Transactional
5:06 Testing with @Transactional
5:47 Notes


#java #javaframework #learnjava #learntocode #javatutorial #javaforbeginners #springboot #springboottutorial #javaspringboot #backendframework #backend #backendwebdevelopment #transaction #transactions #transactional


On this page of the site you can watch the video online Java Spring Boot [2024] Part 17: Transactions @Transactional with a duration of hours minute second in good quality, which was uploaded by the user Peachez Programming 25 August 2024, share the link with friends and acquaintances, this video has already been watched 2,887 times on youtube and it was liked by 97 viewers. Enjoy your viewing!