Dev2Prod Coding
Dev2Prod Coding
  • Видео 12
  • Просмотров 319 804
Spring Cloud Microservices | Spring Cloud Gateway(Route, Predicate, Filter) | Dev2Prod Coding
This video will teach you to develop a Spring cloud gateway using spring boot from scratch. Also, we will see
1. Why do we need a Gateway between clients & microservices.
2. Will Configure routes using Java 8's code
3. Properties configuration in the application.yml file for routes.
4. Configuring/changes in the gateway to add a custom header in the service response.
Contents
0:00 - Intro & Understanding Gateway.
1:30 - Generate gateway using Spring Initializer
2:37 - Defining Routes using Java.
3:52 - Routes using Java - Route, Predicate & Filter.
6:29 - Defining routes using properties.
8:42 - Booting Gateway, Fixing Runtime issues & API's Testing via the gateway.
GitHub -
github.com/Dev2ProdCodin...
Просмотров: 2 699

Видео

Spring Cloud Microservices | Spring Cloud Config Server (External configuration) | Dev2Prod Coding
Просмотров 1,1 тыс.2 года назад
This video will teach you to develop a Spring cloud config server using spring boot from scratch. Also, we will see how to configure commonly used properties on the GitHub repository & dynamically get those properties in microservices via the config server. Contents 0:00 - Intro & Understanding Config server use 1:20 - Generate config-server using Spring Initializer 1:46 - Configurations(Config...
Spring Cloud Microservices | Service Discovery with Netflix Eureka | Dev2Prod Coding
Просмотров 7342 года назад
In this video, you will learn to develop Service Discovery(Eureka Server) using spring boot from scratch. Also, we will see how to register other microservices on the eureka server & establish communication between them using the web client. Contents 0:00 - Intro & Understanding Service Discovery Use 0:54 - Generate discovery-service using Spring Initializer 1:46 - Configurations(Eureka Server)...
Spring Boot Microservices | Building Microservices Part 2 - shoppingcart | Dev2Prod Coding
Просмотров 1,6 тыс.2 года назад
In this video, you will learn to develop spring boot application(shopping-service) from scratch. Also, we will develop the required REST endpoints, JPA Entity/Repository. We will be consuming product-service REST endpoint using web-client & saving the response as a String in the DB table. Contents 0:00 - Generate product-service using Spring Initializer 1:10 - REST API Endpoints walkthrough 1:3...
Spring Boot Microservices | Building Microservices Part 1 - product-service | Dev2Prod Coding
Просмотров 1,3 тыс.2 года назад
In this video, you will learn to develop a spring boot application(product-service) from scratch. Also, we will develop required REST endpoints, JPA Entity/Repository and configurations & at the end will verify the product data in the DB table. Contents 0:00 - Intro 0:07 - REST API Endpoints walkthrough 0:49 - Generate product-service using Spring Initializer 1:34 - Packages, JPA entity & Repos...
Spring Boot Microservices | Introduction & Overview | Dev2Prod Coding
Просмотров 1,1 тыс.2 года назад
This video will focus on Introduction to Microservices & Overview of topics that you will learn in this series. Contents 0:00 - Intro 0:10 - Course Overview 0:43 - What are microservices? 1:06 - Monolith vs Microservices 1:46 - Product & Shopping Cart Service 2:27 - Discovery Service 2:53 - Spring Cloud Gateway & Config Server 4:23 - Other If you like the video do Like, Share & Subscribe. #micr...
Entity Mapping | @ManyToMany @JoinTable with REST| Spring Data JPA | Spring Boot | Dev2Prod Coding
Просмотров 53 тыс.2 года назад
This video will focus on @ManyToMany Entity Mapping in Spring Data JPA development & testing via REST endpoints. Github: github.com/Dev2ProdCoding/spring-data-jpa-manytomany.git In case you like this video please Like, Subscribe & press the bell icon. Dev2Prod Coding
Entity Mapping | @OneToOne, @OneToMany, @JoinColumn| Spring Data JPA | Spring Boot | Dev2Prod Coding
Просмотров 213 тыс.3 года назад
This video will focus on Entity Mapping in Spring Data JPA basic concept. Example to demonstrate use of @OneToOne, @OneToMany, @JoinColumn using Spring Boot. Github: github.com/Dev2ProdCoding/spring-data-jpa-mappings.git In case you like this video please Like, Subscribe & press the bell icon. Dev2Prod Coding
@Query | @Modifying | Spring Data JPA | Spring Boot | Part 2 | Dev2Prod Coding
Просмотров 9 тыс.3 года назад
This video will focus on how to use the @Query, @Modifying annotation in Spring Data JPA to execute update JPQL & with Indexed Parameters and Sorting data using @Query. GitHub: github.com/Dev2ProdCoding/spring-data-jpa-query.git In case you like this video please Like, Subscribe & press the bell icon. Dev2Prod Coding
@Query | Spring Data JPA | Spring Boot | Part 1 | Dev2Prod Coding
Просмотров 7 тыс.3 года назад
This video will focus on how to use the @Query annotation in Spring Data JPA to execute simple JPQL & with Named Parameters. Github: github.com/Dev2ProdCoding/spring-data-jpa-query.git In case you like this video please Like, Subscribe & press the bell icon. Dev2Prod Coding
Pagination and Sorting | Spring Data JPA | Spring Boot | Dev2Prod Coding
Просмотров 17 тыс.3 года назад
This video will focus on Pagination and Sorting functionalities by Spring Data JPA. GitHub: github.com/Dev2ProdCoding/spring-data-jpa-springboot.git In case you like this video please Like, Subscribe & press the bell icon. Dev2Prod Coding
Spring Data JPA with Spring Boot | Dev2Prod Coding
Просмотров 12 тыс.3 года назад
This video will focus on introducing Spring Data JPA into Spring Boot. Step by step I will be creating Spring Boot project with Spring JPA, Lombok, Spring Web, MySQL where we will be creating REST endpoints to perform CRUD operations. Along with Entity & Repository we will be creating Custom access methods so that spring data automatically generate queries from those methods name. GitHub: githu...

Комментарии

  • @nagamanibuditi7577
    @nagamanibuditi7577 22 дня назад

    omg...so clear, y didnt i find this vid before, thanks a lot for this

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

    Good way of teaching

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

    Good point about the tutorial is short and to the point. Keep it up

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

    how cool it is. wow

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

    Thank you very much.

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

    sir,In @OnetoMany mapping if you want to join address id column into employee table...u are creating reference variable in employee entity only...at the same time,if you want to join colum to address table also u are doing it from employee table only...please clarify...im under impression that if we want to join a column in our target table...we have to create a reference variable of the table that we are fetching the table from,in our target table

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

    Good one bro

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

    Best Ever Explanation😍

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

    Hi why you are not creating videos ?

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

    your video really very helpfull for me thankyou

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

    Nice Explanation !! You Got 1 Subscriber!!

  • @AnoopKumar-y7c
    @AnoopKumar-y7c 4 месяца назад

    Pagination concept was easy to understand with given example. Thanks alot.

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

    Thank you very much, explanation is very useful

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

    Hello! Do we need to use annotation @Transactional for code? @Modifying @Query("update Employee e set e.active = ?1 where e.empId in ?2") int updateEmployeeStateByEmployeeId(Boolean activeState, List<Long> empIdList);

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

    How foreign key is created in address table? You mentioned address reference inside Employee entity right! then how foreign key is created inside address table?

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

    Thank you so much for sharing .

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

    Never really understood the concept of mappings until I watched this video. You made it so simple and easy..keep uploading. Thanks!!

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

    how can i do if i want employee list in particular project along with project details ???

  • @eosorto55
    @eosorto55 6 месяцев назад

    brother podrias hacer uno con orden bbidireccional

  • @INDIRAKUMARL-h5x
    @INDIRAKUMARL-h5x 6 месяцев назад

    Thank you bro

  • @rohitpadile7088
    @rohitpadile7088 6 месяцев назад

    💪💪💪💪

  • @jskr456
    @jskr456 6 месяцев назад

    good explanation

  • @JoshTonyKlementJ
    @JoshTonyKlementJ 7 месяцев назад

    Nice Video Sir Thank you

  • @gauravsrivastava17
    @gauravsrivastava17 7 месяцев назад

    Short and to the point 🔥🔥🔥🔥

  • @trunguck179
    @trunguck179 8 месяцев назад

    thank u so much <3

  • @AshuKumar-kw8bi
    @AshuKumar-kw8bi 8 месяцев назад

    bhai tera project kisi kam ka nhi hai...tum ache ache comment khud hi fake account se karte ho kya

  • @massimoramaj3233
    @massimoramaj3233 8 месяцев назад

    Is there any specific reason why you did not use @Getter and @Setter in employee entity?

  • @HusnainAshfaq-kr5or
    @HusnainAshfaq-kr5or 8 месяцев назад

    good

  • @dod-do-or-dont
    @dod-do-or-dont 9 месяцев назад

    Why 90% od tutorials are low quality indian ones?

  • @nooruddinraotiwala353
    @nooruddinraotiwala353 9 месяцев назад

    how does scenario looks in db that u didnt show what happened to the joineTable ???

  • @HuieChannel
    @HuieChannel 9 месяцев назад

    bro these indians are hella clutch

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

      No doubt

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

      @@dev2prodcoding hahaha because of you I finished my CS course XD

  • @Emanuel-yb3qk
    @Emanuel-yb3qk 9 месяцев назад

    Thanks for explaning it too easy bro. Greetings from Mexico.

  • @janstefangehrmann1139
    @janstefangehrmann1139 9 месяцев назад

    Thank you so much. Now I understand how to handle relations :)

  • @gajanangaikwad8934
    @gajanangaikwad8934 10 месяцев назад

    Can you tell me how to delete the mapping

  • @عبدالرحمنخالد-ش4ت6ي
    @عبدالرحمنخالد-ش4ت6ي 10 месяцев назад

    To delete a Project , we need to go throw every employee and remove the project form him to perform our task?

  • @cvgaviao
    @cvgaviao 10 месяцев назад

    What if the relationship has attributes ?

  • @AbhikKumarPal-s5l
    @AbhikKumarPal-s5l 11 месяцев назад

    THANK YOU!

  • @Doum4n
    @Doum4n 11 месяцев назад

    Thank you very much

  • @ShraboniSinha-s8z
    @ShraboniSinha-s8z 11 месяцев назад

    Thank you

  • @simon8284
    @simon8284 11 месяцев назад

    Sex bro Sex, even I couldn't understand this from Java Brains, Be Coder, and Code With Durgesh. You made a flawless victory...

  • @samuraiwolf8200
    @samuraiwolf8200 11 месяцев назад

    Thank you very much!

  • @cuzzo9146
    @cuzzo9146 Год назад

    You just say what your doing you don’t say what each thing does and why you use it you suck at teaching

  • @ronajpradhan
    @ronajpradhan Год назад

    Can we use ASC and DESC from request URL to conditionally sort the employees into ascending and descending order through this process?

  • @medyazidhamlaoui2703
    @medyazidhamlaoui2703 Год назад

    Thank you, what i do whene i want to assign project to Employee ?

    • @TheKnightKing007
      @TheKnightKing007 10 месяцев назад

      if u want assign one project to one person means go for @OneToOne, if multiple project to one person mean go for @OneToMany, if one project involved to many persons means @ManyToOne if Many person collap with many project means go for @ManyToMany

  • @journalram8752
    @journalram8752 Год назад

    thanks

  • @naveenkumarmaddala7830
    @naveenkumarmaddala7830 Год назад

    Nice videos. How to contact you?

  • @naveenkumarmaddala7830
    @naveenkumarmaddala7830 Год назад

    Can you make video implementing Rate Limiting and also Security using Spring Cloud API gateway.

  • @gerwinterpstra8698
    @gerwinterpstra8698 Год назад

    Thanks! Clear explanation!

  • @HongruiLiu-t7d
    @HongruiLiu-t7d Год назад

    Thank u!

  • @weixiangng8279
    @weixiangng8279 Год назад

    How to implement it with Angular though?