Spring Boot, JPA & Hibernate Project with MySQL & Swagger

preview_player
Показать описание
This Spring Boot CRUD application has it all!

Want to connect to MySql from Spring Boot? This simple project has it.
Want to create CRUD based apps with Spring Data? This Spring app has it.
Want to learn how to get Hibernate to create tables and columns for you? This simple Spring Boot project does it.

Want to learn how to use Swagger to test RESTful APIs or even generate some HTML and JavaScript with ChatGPT to put a front-end on your application? This project has it as well.

If you want to learn Spring and Spring Boot, give it a try!
Рекомендации по теме
Комментарии
Автор

Thank you for this video. I have watched and attempted to follow many other videos, most paid, and yours by far is the best. If you had paid classes some where for Java Spring Boot I would pay.

joec
Автор

You really saved my neck with this video! I'm gonna stick around to see what more goodness you dish out!

alexvirgo
Автор

best part of this tutorial is actually that "

MayurPatil
Автор

Smashing Video Cameron! Really well explained, appreciated the humour along with it LOL. This video is highly underrated, I've come across several Spring Boot tutorials and as someone who is new to using the framework and just wants to get up and running to have a play, this is really the video for that! Subscriber gained.

matthewmcaree
Автор

Excellent tutorial. Thanks for sharing. Regards from Mexico.

ivanetinajero
Автор

Bravo mcnz, et merci pour votre partage très généreux
Un grand salut du Maroc

ABDERRAHIMMARZOUK-ft
Автор

I learned lot of things, Thanks for this video.
Regards from India.

mohangabhale
Автор

Amazing work! I wish I’d had clear lectures like these when I started with Spring. Looks like we’re close to advanced topics—microservices, service discovery, event-driven architecture, and tools like Kafka, Consul, Eureka, CQRS, Spring Security, Spring Cloud, WebFlux, etc.











Also, hope you exercised your right to vote; it's a privilege I didn’t have in my home country.
Didn't mean to bring politics into an amazing lecture, just something triggered when you mentioned in my head when you mentioned that you are from Missouri lol.

dalcod
Автор

Nice video, I was hoping to add Swagger to a project I am currently working on, but, was not that simple, added the same dependency and Swagger just give me a pestore docs, gave up as soon as I saw it 😂

caiocesarmelolopes
Автор

instead of findByAuthor i put findAuthor and turns out jpa is very specific with naming ...

AozenDreyar
Автор

can you explain to me the difference between pom.xml and bom.xml and where to find bom.xml? i keep seeing that versions should not be directly specified in pom.xml but it is very annoying to understand where they should be stored

AozenDreyar