Spring Data JPA and MySQL in Tamil | Spring Boot | Complete Tutorial with Annotations

  Рет қаралды 4,549

Tamil Skillhub

Tamil Skillhub

Күн бұрын

Welcome to our comprehensive tutorial on Spring Data JPA with Spring Boot and MySQL! In this video, we cover everything you need to know to get started and master the integration of Spring Data JPA in your Spring Boot applications using MySQL.
🔹 *Topics Covered:*
- *What is Spring Data JPA?*
Understand the core concepts and benefits of using Spring Data JPA in your projects.
- *Setting Up the Environment:*
Step-by-step guide to setting up your development environment with Spring Boot and MySQL.
- *Creating Entities and Defining Relationships:*
Learn how to create entities and define relationships (One-to-One, One-to-Many, Many-to-Many) in JPA.
*Annotations Covered:*
- `@Entity`
- `@Id`
- `@GeneratedValue`
- `@ManyToOne`
- `@OneToMany`
- `@ManyToMany`
- `@OneToOne`
- `@JoinColumn`
- `@JoinTable`
- *Creating Repositories:*
Explore how to create repositories for your entities using Spring Data JPA.
*Annotations Covered:*
- `@Repository`
- *Using Lombok:*
Simplify your code with Lombok to reduce boilerplate code like getters, setters, and constructors.
*Annotations Covered:*
- `@Data`
- `@Getter`
- `@Setter`
- `@NoArgsConstructor`
- `@AllArgsConstructor`
- `@Builder`
- *Real-Time Example Application:*
Build a real-time example application that demonstrates the concepts in action.
*Annotations Used:*
- `@SpringBootApplication`
- `@Autowired`
- `@Service`
- `@RestController`
- `@GetMapping`
- `@PostMapping`
- *Deep Dive into JpaRepository:*
Learn the powerful capabilities of JpaRepository and how to leverage it in your projects.
🔹 *Useful Links:*
- [Spring Data JPA Documentation](spring.io/proj...)
- [Spring Boot Documentation](spring.io/proj...)
- [Lombok Documentation](projectlombok....)
- [MySQL Community Downloads](dev.mysql.com/...)
🔹 *Subscribe for More Tutorials:*
Don't forget to subscribe to our channel for more in-depth tutorials on Spring Boot, Java, and other programming topics.
🔹 *Follow Us:*
- [KZbin]( / @tamilskillhub )
- [GitHub](github.com/tam...)
👍 *Like, Share, and Comment:*
If you found this video helpful, please give it a thumbs up, share it with your friends, and leave a comment below!
#SpringBoot #SpringDataJPA #MySQL #JavaTutorial #SpringBootTutorial #Lombok #JpaRepository #SpringBootExample #Entity #Id #GeneratedValue #ManyToOne #OneToMany #ManyToMany #OneToOne #JoinColumn #JoinTable #Repository #Autowired #Service #SpringBootApplication #RestController #GetMapping #PostMapping #Data #Getter #Setter #NoArgsConstructor #AllArgsConstructor #Builder
Join this channel to get access to perks:
/ @tamilskillhub

Пікірлер: 27
@jagadeeps3095
@jagadeeps3095 3 ай бұрын
semma bro really semmaya solli tarenga. please spring security yume podunga bro nalla explain panni. please.
@tamilskillhub
@tamilskillhub 3 ай бұрын
Sure
@user-su3tf2nh4m
@user-su3tf2nh4m 25 күн бұрын
Nice we need more videos on spring boot mvc, spring boot Rest api project anna your the first spring boot rest api video in tamil anna and its really appreciate keep doing well i am waiting for more videos in spring boot complete course or series
@tamilskillhub
@tamilskillhub 23 күн бұрын
Sure I will
@Karvind-r5g
@Karvind-r5g 19 күн бұрын
Good, thanks. But code font size can be increased in Eclipse editor.
@tamilskillhub
@tamilskillhub 15 күн бұрын
sure noted.
@nainikabala3103
@nainikabala3103 3 ай бұрын
Please put project series in neo4j with springboot. I am working in this project. It will be more helpful for me and even this content will get good reach because there is no KZbin tutorials in these categories
@tamilskillhub
@tamilskillhub 3 ай бұрын
Noted
@jagadeeps3095
@jagadeeps3095 3 ай бұрын
spring boot la innum series podunga bro
@tamilskillhub
@tamilskillhub 3 ай бұрын
Sure
@atheethreh1737
@atheethreh1737 3 ай бұрын
Upload Maven tutorial
@tamilskillhub
@tamilskillhub 3 ай бұрын
Sure
@nextlevel1632
@nextlevel1632 3 ай бұрын
Semma explanation Where are you working bro?
@tamilskillhub
@tamilskillhub 3 ай бұрын
Not disclosed
@arunkumar_2212
@arunkumar_2212 Ай бұрын
I'm getting Web server failed to start. Port 9393 was already in use. any solution?. also It didn't add table names in mysql.
@tamilskillhub
@tamilskillhub Ай бұрын
Try to change the server using application.properties file. Then start you application
@prasanthv132
@prasanthv132 3 ай бұрын
spring security podunga bro please ...🙏
@tamilskillhub
@tamilskillhub 3 ай бұрын
Stay tuned
@subashravi3031
@subashravi3031 2 күн бұрын
id auto generation appo yen bro id 52 varudhu first two crt then next ku 52.why
@tamilskillhub
@tamilskillhub Күн бұрын
i have manually inserted records and specified IDs for them, because of that the auto-increment value might skip to a higher number to avoid conflicts. (Sometimes, if you’ve inserted data manually or via another tool (not through your Spring Boot application), the sequence might have been altered. Make sure to clear any cache if applicable.)
@tamilskillhub
@tamilskillhub Күн бұрын
GenerationType.IDENTITY: Always uses the database’s native auto-increment mechanism. The database is responsible for generating the primary key. GenerationType.AUTO: Hibernate decides the best strategy based on the database you are using. This could be IDENTITY, SEQUENCE, or TABLE, depending on the database. In this project i have used AUTO so hibernate will manage the generation of key
@User-1234-r1z
@User-1234-r1z 3 ай бұрын
Spring security with jwt podunka bro
@tamilskillhub
@tamilskillhub 3 ай бұрын
Sure. That will be the advanced level. I will post that video.
@lokeshrlokiii2973
@lokeshrlokiii2973 3 ай бұрын
Spring boot security podunga bro
@tamilskillhub
@tamilskillhub 3 ай бұрын
Sure
@Dineshkumar-gm9qk
@Dineshkumar-gm9qk 3 ай бұрын
use full video but less views i will recommend my friends..
@tamilskillhub
@tamilskillhub 3 ай бұрын
Thank you
Electric Flying Bird with Hanging Wire Automatic for Ceiling Parrot
00:15
The Joker kisses Harley Quinn underwater!#Harley Quinn #joker
00:49
Harley Quinn with the Joker
Рет қаралды 43 МЛН
Bend The Impossible Bar Win $1,000
00:57
Stokes Twins
Рет қаралды 43 МЛН
Spring Annotations for Experienced Developers #springboot #java
10:51
Microservices using SpringBoot 3.0 | Full Example [NEW]
1:25:38
Daily Code Buffer
Рет қаралды 183 М.
SQLite: How it works, by Richard Hipp
1:39:27
Prof. Dr. Jens Dittrich, Big Data Analytics
Рет қаралды 7 М.
Electric Flying Bird with Hanging Wire Automatic for Ceiling Parrot
00:15