Configuring Multiple Datasources in Spring Boot (Step-by-Step Guide)

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 ม.ค. 2025

ความคิดเห็น • 8

  • @ufukuysal2108
    @ufukuysal2108 หลายเดือนก่อน

    how ı use controller inside => private final DataSource secondDataSource; private final DataSource firstDataSource;

    • @JavaTechSolutions
      @JavaTechSolutions  หลายเดือนก่อน

      You can directly inject the bean in any class like controller/service layer

  • @razatech22
    @razatech22 6 หลายเดือนก่อน

    It's working with a single database like mysql or postgres. Create another video that connects two different databases mysql & postgres

    • @JavaTechSolutions
      @JavaTechSolutions  6 หลายเดือนก่อน

      @@razatech22 you can also modify this one .. just modify another datasouce configuration and dialect

    • @razatech22
      @razatech22 6 หลายเดือนก่อน

      @@JavaTechSolutions tried to connect with different databases but throwing some entitymanagerfactory exception

    • @JavaTechSolutions
      @JavaTechSolutions  6 หลายเดือนก่อน

      Ok... I will create that tutorial and upload soon

    • @JavaTechSolutions
      @JavaTechSolutions  6 หลายเดือนก่อน

      Added tutorial for PostgreSQL

    • @razatech22
      @razatech22 6 หลายเดือนก่อน

      @@JavaTechSolutions thank you🙏