Spring Data JPA [PRO] - How to connect Multiple Databases using Spring Boot | Multiple Datasources

Поделиться
HTML-код
  • Опубликовано: 4 окт 2024

Комментарии • 85

  • @iampradeephr
    @iampradeephr 5 месяцев назад +15

    One of the best in depth explanations ever 🔥

  • @alcoverp
    @alcoverp 2 месяца назад +1

    Great videos man! Unlike other tutorials, you go deep into Spring concepts and make things really clear. Congrats for the initiative!

  • @MarceloGarciaPerfil
    @MarceloGarciaPerfil 28 дней назад

    2nd hasf done. Great video with deep concepts of ORM. Thank you

  • @sourishravichandren3837
    @sourishravichandren3837 29 дней назад

    Explanation was Amazing!!! Greatest video on Multiple Datasource

  • @Bindas_Raja
    @Bindas_Raja 5 месяцев назад +1

    Bhai bahut badhia lagila au easy explanation. . Thanks from ODISHA ❤

  • @SohamDutta222
    @SohamDutta222 Месяц назад

    you saved millions of students.. thanks from all of us

  • @tus62
    @tus62 Месяц назад

    Amazing video and teaching style amazing I like how you shocase each steps and why behind of each step.

  • @harleyseixas8708
    @harleyseixas8708 5 месяцев назад

    Excelente conteúdo, muito bem explicado. Step by step...💯💯💯💯 Obrigado por compartilhar seu conhecimento.

  • @jesuslovesyou8664
    @jesuslovesyou8664 5 месяцев назад

    Extraordinary teaching thank u soo much for clear explanation . Keep giving more videos like this

  • @ujjwalpandey4721
    @ujjwalpandey4721 5 месяцев назад

    You are amazing... Not other word category suits you... You are incredible.

  • @shirokuma145
    @shirokuma145 5 месяцев назад +1

    1st Half Done, your explanations are very engaging and clear 😎

    • @shirokuma145
      @shirokuma145 5 месяцев назад +1

      2nd Half Done, many thanks for the tutorial!

  • @ashutoshsatapathy2477
    @ashutoshsatapathy2477 2 месяца назад

    2nd Half Done, Thanks for this informative video.

  • @srinivasulumannem4137
    @srinivasulumannem4137 5 месяцев назад +1

    Hi @Abhilash iam looking for kafka video series from your side .have been following you for the last 3 years on words .I have covered all your videos .

  • @techsavy641
    @techsavy641 2 месяца назад +1

    Bro next level editing and lessons too..Thanksssssss...

  • @biswajeetsahoochintu2329
    @biswajeetsahoochintu2329 5 месяцев назад

    Best depth concept you explained abhilash
    Jay jaganath abhilash

  • @AnkitLadha-fo8em
    @AnkitLadha-fo8em 5 месяцев назад

    Appreciate your hard work and explaining meaning of the error messages at every step.

  • @virupakshak4746
    @virupakshak4746 5 месяцев назад

    Superb... Thanks, Abhilash for nicely explained it....

  • @12345ms
    @12345ms 3 месяца назад

    Really good @Abhilash, 2nd half done

  • @pothinenivenkat
    @pothinenivenkat 5 месяцев назад +1

    ధన్యవాదాలు!

  • @priyanshu4016
    @priyanshu4016 5 месяцев назад

    absolutely great video . i am learning a lot from your videos , thanks for sharing

  • @54nehatiwari96
    @54nehatiwari96 Месяц назад

    2nd half done. Thank you so much .

  • @msvchalapathy
    @msvchalapathy 5 месяцев назад

    Fabulous topic. Thank you for this session

  • @avalagum7957
    @avalagum7957 Месяц назад

    A very good video although it's a bit too long. Thank you very much for sharing your knowledge. You can use a smaller font size and we can still see it.

  • @AbhishekAnandDas
    @AbhishekAnandDas 5 месяцев назад

    I have used the same methods to connect to two databases in one of the production application I'm currently working on... 😊

  • @RameshDornala-b3f
    @RameshDornala-b3f 5 месяцев назад

    Thanks Abhi🤝❤. as always you explained well

  • @maharishi1
    @maharishi1 5 месяцев назад

    Thank you Abhilash...

  • @jaafarhamza3402
    @jaafarhamza3402 4 месяца назад

    2nd half done. Thank you

  • @arpansrivastava7537
    @arpansrivastava7537 4 месяца назад

    Very nice 👍👍

  • @srinivasn7991
    @srinivasn7991 5 месяцев назад

    Clear understandng each and everthing

  • @rahulbhatanagar6175
    @rahulbhatanagar6175 4 месяца назад

    1st half done 👍

  • @saruth
    @saruth 5 месяцев назад +1

    you are best!

  • @pranjitmedhi6764
    @pranjitmedhi6764 5 месяцев назад

    great work

  • @dipeshvishwakarma5671
    @dipeshvishwakarma5671 5 месяцев назад +1

    Hi this owsm video Thanks so much!!
    One request: could you please make one video on spark data connection, reading data from parquet file from AWS S3 using spark.sql("")
    It would be greatly appreciated and very helpful.
    Thanks

  • @MarceloGarciaPerfil
    @MarceloGarciaPerfil 29 дней назад

    1st half done

  • @priyanshu4016
    @priyanshu4016 5 месяцев назад

    first half done 👍

  • @gowtham4383
    @gowtham4383 3 месяца назад

    Thanks bro .

  • @srigakolapuatchuthasai6638
    @srigakolapuatchuthasai6638 5 месяцев назад

    Thanks Abhi ❤

  • @kunwarrajneeshsingh3132
    @kunwarrajneeshsingh3132 4 месяца назад

    2nd half done

  • @ivorpersonal
    @ivorpersonal 2 месяца назад

    I really like your videos and your approach. 😊
    1. I find it confusing when mixing plural and singular. You always have to remember or check in which occasion which is used. Also for people who don't know English too well creating plural can be confusing because of complicated rules in English for creating plurals. Also when searching item you have to search both in plural and singular. Also because of plural table you now need this extra line @Table which makes the code more complicated. Like when at the end of the video you were writing SELECT * FROM ORDER instead of ORDERS :).
    2. Why don't you use Lombok @Data for Setters, Getters & Constructors. All this extra code makes the code look more complicated.
    3, If not using autogenerated Id you will probably have to constantly delete inserted records in order to insert new ones (as was the case in your other videos) which I think unnecessary adds to the length of the video, if you forget then things don't work and all in all it wastes time and breaks concentration from more important things.
    4. Why do you call it ProductDAO instead of ProductRepository. It is confusing when using different name for the same thig DAO vs Repository. Now I have to remember to map DAO to Repository - so the DAO name isn't very descriptive that we are actually using Repository. When I watch other tutorials they usually name it like that. They use DAO in case they don't use Repository - for instance when they use JdbcTemplate to work with Database.
    5. Maybe instead of different Databases we could try connecting to different Schemas in the same Database.
    6. Also maybe to disable hints that liters the code with "no usages" to make the code more readable.
    7. Why do we have to manfully create Datasource? How come previously Spring Boot was able to create it automatically from DatasourceProperties Bean. Why can't Spring Boot simply use our DatasourceProperties Bean to create Datasource as before. We have just changed how DatasourceProperties Bean is created. Why would Spring Boot care how DatasourceProperties Bean is created in order to use it to create Datasource Bean.
    8. I don't think it makes sense to create a Package for every Class. Usually people create Package entity or entities and there they put ALL of their entities. And again I prefer using singular entitiy everywhere. So you did it to later use Package to define responsibility for different Entity managers?
    9. Maybe to use simple English names like John when creating examples. Its easier to follow and remember.
    10. How come Spring Boot looks for Bean with specific name rather then interfaces as in all other cases? Why is this different?
    11, @EnableJPARepositores changes application so much. App becomes unmanageable. It can't automatically find and use repositories. Now you constantly have to align and configure whenever creating new repository. Instead of simply creating repos wherever you like and having them picked up by Spring Boot. I think this hugely increases complexity. Suddenly you can't use your app like you were used to use it. Isn't there a better way? The main point of Spring Boot is to reduce configuration and our configuration just exploded.
    12. Why is save() falling under Transaction when we haven't used @Transactioanl anywhere? What I have seen is that @Transactioanl might have additional parameter specifying which transaction manager to use. So do we need Transaction Manager if @Transactional is not used?

  • @edgarangelveradelrio3645
    @edgarangelveradelrio3645 4 месяца назад

    Hi, excellent video! I Have a question, in spring boot 3 what is the alternative to ChainedTransactionManager?

  • @sahukarinaveenkumar3188
    @sahukarinaveenkumar3188 5 месяцев назад

    Hi Ahbishek sir, can u please make one video on oauth internal? Like how resource server communicates with auth server internal classes and concepts?

  • @mohammedirfan5744
    @mohammedirfan5744 5 месяцев назад

    Thanks sir

  • @kalaimaranmadhavan4182
    @kalaimaranmadhavan4182 4 месяца назад

    Please make video for multitenant application with seperate schema. I am waiting for your video. I have searched in youtubes no videos related on this and i cannot understand those videos. Please make

  • @programmer_kt
    @programmer_kt 2 месяца назад

    I like your shirt.

  • @in_tyler_we_trust
    @in_tyler_we_trust 5 месяцев назад

    Sir Spring boot for beginners playlist is complete ? If not please please complete it so that we move on to the difficult topics
    Thank you!

  • @debanandamahata5726
    @debanandamahata5726 6 дней назад

    Sir, EntityManaherFactoryBuilder not injected, what i do?

  • @pavankumar-mt3gm
    @pavankumar-mt3gm 4 месяца назад

    on multi datasource implementation in springboot I get Field ConfigurationRepository in ConfigurationService required a bean named 'entityManagerFactory' that could not be found.

  • @ophemtech
    @ophemtech 5 месяцев назад

    Hi Abhilash, thank you so much for this video. though i learnt this myself the hard way but your video really made me understand each blocks of code and why they even need to be written. but please there is still a problem i am trying to solve, how do i make it possible to make table name come from properties file like you use @ConfigurationProperties().
    i want to make it possible that users of my product can specify the table name so my entity can just model the table directly other than me changing the code. for example any authentication database would have username , password, email columns, but they can be given diffreent names like auth_table, user_table, etc. so i want people to be able to specify that table name dynamically by themselves, more like for a saas product kind of thing. is it possible?

  • @ritunjaykumar5428
    @ritunjaykumar5428 5 месяцев назад

    Hi, How can we manage the multiple transaction at the same time. suppose i am inserting data in Mysql DB but unable to insert in PG Db. then how to rollback for both....

  • @debiprasaddash654
    @debiprasaddash654 5 месяцев назад +1

    Getting java job as a fresher is very difficult now a days 😢😢

  • @DivyaShree-z3m
    @DivyaShree-z3m 4 месяца назад

    Hi i want to connect two postgres database when both the postgres databases are up and running only primary database has to get and post the data secondary should be stand by when primary database goes down secondary database has to take over when primary database come back ideally primary should take over how can we achieve this as of now i have configured 2 postgres but both the postgres are able to get and post the data

  • @teklehaimanotatikilt1435
    @teklehaimanotatikilt1435 5 месяцев назад

    abhi how can we integrate fingerprint with spring security?by the way your videos are very helful

  • @balakrishna9437
    @balakrishna9437 5 месяцев назад

    Great video, 🎉 one question can’t we write a single configuration file for each of the product and order entities?

    • @SeleniumExpress
      @SeleniumExpress  5 месяцев назад +1

      Thank you Bala, Yes we can! But better to create one per db as we can keep things relevant to a specific db.

  • @Lalitprasad1
    @Lalitprasad1 2 месяца назад

    Hello Sir,
    In my case the EntityManagerFactoryBuilder is not getting created automatically, I'm getting the below error
    Consider defining a bean of type 'org.springframework.boot.orm.jpa.EntityManagerFactoryBuilder' in your configuration.

    • @tomobrezami9781
      @tomobrezami9781 Месяц назад

      I have same issues but I add @Primary on one of DataSource than it work

  • @TomarSahab
    @TomarSahab 2 месяца назад

    I spent one day until I found you also have the same error 1:00:19

  • @mdnishat9560
    @mdnishat9560 5 месяцев назад

    Bro please complete the playlist of word guess game🤗🤗

    • @SeleniumExpress
      @SeleniumExpress  5 месяцев назад +1

      Tomorrow you will get a new episode 🙂

  • @premraj.m
    @premraj.m 5 месяцев назад

    47:30 keypoint

  • @perkypleyar
    @perkypleyar 17 дней назад

    Hinglish

  • @PradeepKumar-sx6ms
    @PradeepKumar-sx6ms 5 месяцев назад

    If I give challenges you like to crack???

  • @punitvishwakarma718
    @punitvishwakarma718 5 месяцев назад

    Bhai accent kyo badal raha Indian accent acha nahi lgta hai kya??? Banavati lagta hai

  • @vlarunrajesh
    @vlarunrajesh 5 месяцев назад

    Bro. you are complicating simple things and make video lengthier.. keep it as simple.

  • @someshwarreddy8463
    @someshwarreddy8463 27 дней назад

  • @ayushsingh2431
    @ayushsingh2431 5 месяцев назад

    Getting error- Parameter 0 of method mySQLEntityManagerFactoryBean in org.ayushsingh.springdatamulitsoruce.config.MySQLEntityManagerConfiguration required a bean of type 'org.springframework.boot.orm.jpa.EntityManagerFactoryBuilder' that could not be found.

    • @SeleniumExpress
      @SeleniumExpress  5 месяцев назад

      Hi Ayush ! Make one of your datasource as Primary.

    • @arpitrajput6424
      @arpitrajput6424 5 месяцев назад

      @@SeleniumExpress didn't work for me , now getting error related to mySqlTransactionalManager

    • @arpitrajput6424
      @arpitrajput6424 5 месяцев назад

      Parameter 0 of method mySqlTransactionalManager in com.example.SPringbootJpa.config.MySQLJPAConfiguration required a bean of type 'org.springframework.orm.jpa.LocalEntityManagerFactoryBean' that could not be found.
      The injection point has the following annotations:
      - @org.springframework.beans.factory.annotation.Qualifier("mySqlEntityManagerFactoryBean")

    • @ganirasafarli8646
      @ganirasafarli8646 2 месяца назад

      Hi. Did you find the solution to this issue? I am getting exact problem.

  • @sarathchandra941
    @sarathchandra941 5 месяцев назад

    1st half done

  • @someshwarreddy8463
    @someshwarreddy8463 27 дней назад

  • @someshwarreddy8463
    @someshwarreddy8463 27 дней назад