Amazing video and project! One thing I'd like to ask is you haven't given any notes on how to install h2 database. It is the first time I am hearing about it. Great content though! Kudos!
@codewithgoldencat3 күн бұрын
You don’t need to install H2 separately to use it with Spring Boot, as Spring Boot can automatically configure and embed the H2 database if you include the spring-boot-starter-data-jpa and com.h2database:h2 dependencies in your project./ H2 database is mostly used for prototyping so its a quick way to get things up and running
@tahaansari56213 күн бұрын
@@codewithgoldencat I did not know that. Thank you for sharing this information!
@codewithgoldencat3 ай бұрын
If you have any doubts, feel free to post them in comment section.😇😇 If you want more spring boot projects, then comment down below.
@pranav61293 ай бұрын
Completed the project and love to extend this project with database and security
@fame_jai3 ай бұрын
Great ❤
@COD_MW0073 ай бұрын
Thanks for the video!!❤
@abhinjr4918Ай бұрын
Please next js and spring boot
@Vivekvarma-dy2ox2 ай бұрын
Hey, can you do a project with react+mongo+springboot.
@codewithgoldencat2 ай бұрын
Sure, we can do that in future videos
@rishu-p8k92 ай бұрын
why you have not maintained the read.md file and how can i run this project in my computer? please help
@codewithgoldencat2 ай бұрын
Hi Rishu, You can either clone the repository and follow the steps shown in the video to run the application or if you want the already finished project then switch to "end" branch and just run the project using the command mvn spring-boot:run If you are getting stuck at any step, I would highly recommend going through the video once