Premium Only Content
This video is only available to Rumble Premium subscribers. Subscribe to
enjoy exclusive content and ad-free viewing.
Spring Boot pt. 4: Create mySQL Table, @Entity, @Repository
1 year ago
5
This episodes covers creating a new mySQL table, @Entity annotation in Java, mapping the Java Class to the mySQL table, creating the repository layer, injecting it into our controller and calling the repository findAll() and findById(int) methods.
SQL commands:
USE nobs;
CREATE TABLE product (
id INT AUTO_INCREMENT PRIMARY KEY,
name VARCHAR(255)
description VARCHAR(255)
price DOUBLE,
quantity INT
);
INSERT INTO product (name, description, price, quantity)
VALUES
('Product 1', 'Description for Product 1', 10.99, 100),
('Product 2', 'Description for Product 2', 19.99, 50);
LinkTree:
https://linktr.ee/peachezprogramming
Loading comments...
-
3:58:54
SavageJayGatsby
7 hours ago🎃 Friend Friday – Halloween Edition! 👻🕷️
30.4K2 -
16:16
Robbi On The Record
12 days ago $17.72 earnedThe Dark History of Halloween | What You Should Know
59.7K47 -
58:18
Flyover Conservatives
1 day agoThe Truth About Halloween that You DIDN’T Know - Holiday Special - Historian Bill Federer | FOC SPECIAL Show
45.2K3 -
3:10:46
Ellie_roe
6 hours agoEllie and Errys Halloween Spooktacular || Random Horror Games
20.5K -
50:27
Sarah Westall
7 hours agoBig Banks Caught Rigging Market, IMF tells World to “Buckle Up” w/ Andy Schectman
38.3K13 -
13:54
Degenerate Jay
14 hours ago $1.15 earned5 Best Superhero Movies To Watch On Halloween
19.4K4 -
59:03
NAG Podcast
7 hours agoSarah Fields: BOLDTALK W/Angela Belcamino
32.7K7 -
1:21:41
Glenn Greenwald
10 hours agoGlenn Takes Your Questions: On the Argentina Bailout, Money in Politics, and More; Plus: Journalist Jasper Nathaniel on Brutality and Settler Attacks in the West Bank | SYSTEM UPDATE #541
87.6K42 -
3:10:08
Barry Cunningham
7 hours agoPRESIDENT TRUMP TO USE NUCLEAR OPTION? FOOD STAMPS END! | SHUTDOWN DAY 31
52.7K37 -
1:06:56
BonginoReport
15 hours agoThe Battle Between Good & Evil w/ Demonologist Rick Hansen - Hayley Caronia (Ep.168)
103K38