00:04 Build the backend using Spring for the application 01:34 Setting up a Spring project with minimal dependencies. 03:05 Configuring database and JPA properties in a Spring project 04:27 Key product details needed for e-commerce website setup. 05:52 Setting up product properties and classes in Indian date format 07:24 Setting up a basic controller for a Spring project 08:54 Defining a new class 'Product' with necessary properties and configuration. 10:42 Database table setup and verification process in H2 database
If you are working with a database like Postgres, you should not name the variable desc (as done in 9:10) as that is a keyword in sql so the orm would not create a table with that column name therefore you’ll get an error in your code. You should name that variable something else.
I work at a bank now and the 2 most common needs are a knowledge in SQL and Tableau or knowledge in Java and Spring. Either one you need to make projects for yourself to showcase your abilities.
What is the below error ? while stating server java.lang.NullPointerException: Cannot invoke "org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(java.sql.SQLException, String)" because the return value of "org.hibernate.resource.transaction.backend.jdbc.internal.JdbcIsolationDelegate.sqlExceptionHelper()" is null
00:04 Build the backend using Spring for the application
01:34 Setting up a Spring project with minimal dependencies.
03:05 Configuring database and JPA properties in a Spring project
04:27 Key product details needed for e-commerce website setup.
05:52 Setting up product properties and classes in Indian date format
07:24 Setting up a basic controller for a Spring project
08:54 Defining a new class 'Product' with necessary properties and configuration.
10:42 Database table setup and verification process in H2 database
If you are working with a database like Postgres, you should not name the variable desc (as done in 9:10) as that is a keyword in sql so the orm would not create a table with that column name therefore you’ll get an error in your code. You should name that variable something else.
Thanks you saved me
Well Explained
Can't wait for next video
Solid basics. Waiting for next one.
A great easy video for repeating the material you've learned. 👍
lowkey he's better than my uni lectures which i spend millions :-}
I am very happy with learning from this Chanel
an awesome video indeed, Thank you sir
keep going with you Sir
Super sir
Excellent Explained
Impeccable timing. Can you show how to query from multiple tables?
Good explanation
Good review one!
great lecture, thank sir
Nice Content!
great video
Thank you sir
Really appreaciate
Sir, if I am a student of Diploma in Cs and I want to get a job as a Software Engineer in IT Companies, then what all should I learn?
I work at a bank now and the 2 most common needs are a knowledge in SQL and Tableau or knowledge in Java and Spring. Either one you need to make projects for yourself to showcase your abilities.
waiting for next video
Java all the way
What is the below error ? while stating server
java.lang.NullPointerException: Cannot invoke "org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(java.sql.SQLException, String)" because the return value of "org.hibernate.resource.transaction.backend.jdbc.internal.JdbcIsolationDelegate.sqlExceptionHelper()" is null
❤❤❤
wass here!@
Hii
This content is
aa
Hii sir,
I am Using MySQl DB and I am Getting org.hibernate.tool.schema.spi.CommandAcceptanceException this Error