Dev2Prod Coding
Dev2Prod Coding
  • Видео 12
  • Просмотров 296 404
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 411

Видео

Spring Cloud Microservices | Spring Cloud Config Server (External configuration) | Dev2Prod Coding
Просмотров 1 тыс.Год назад
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
Просмотров 690Год назад
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,5 тыс.Год назад
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,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 тыс.Год назад
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
Просмотров 49 тыс.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
Просмотров 197 тыс.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
Просмотров 8 тыс.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
Просмотров 16 тыс.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
Просмотров 10 тыс.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...

Комментарии

  • @sengottaiyanperiyasamy5459
    @sengottaiyanperiyasamy5459 8 дней назад

    Hi why you are not creating videos ?

  • @komeshwari319
    @komeshwari319 13 дней назад

    your video really very helpfull for me thankyou

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

    Nice Explanation !! You Got 1 Subscriber!!

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

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

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

    Thank you very much, explanation is very useful

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

    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 2 месяца назад

    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 2 месяца назад

    Thank you so much for sharing .

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

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

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

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

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

    brother podrias hacer uno con orden bbidireccional

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

    Thank you bro

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

    💪💪💪💪

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

    good explanation

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

    Nice Video Sir Thank you

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

    Short and to the point 🔥🔥🔥🔥

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

    thank u so much <3

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

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

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

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

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

    good

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

    Why 90% od tutorials are low quality indian ones?

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

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

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

    bro these indians are hella clutch

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

      No doubt

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

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

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

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

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

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

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

    Can you tell me how to delete the mapping

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

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

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

    What if the relationship has attributes ?

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

    THANK YOU!

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

    Thank you very much

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

    Thank you

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

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

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

    Mano, tu é um gênio!!! Estou há 2h pensando como eu poderia associar um @ManyToMany no JSON já que eu sabia que os meus dois Entity estavam funcionando como esperado. Agora, terei que ver como esse código funciona para futuras apliações.

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

    Thank you very much!

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

    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 8 месяцев назад

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

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

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

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

      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 9 месяцев назад

    thanks

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

    Nice videos. How to contact you?

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

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

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

    Thanks! Clear explanation!

  • @HongruiLiu-t7d
    @HongruiLiu-t7d 10 месяцев назад

    Thank u!

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

    How to implement it with Angular though?

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

    Bro, what about the sql sripit ,

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

    Bro, in address class , during 1-1 7:59 before and after using @OneToOne(mppedby="address") the output/table structure of address is same na, then can u tell me what is the use of that annotation

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

    Great explanation 👌🏻😇

  • @GauravKumar-ss1sr
    @GauravKumar-ss1sr Год назад

    Hi this is some topic of spring boot tutorials for fresher, please review once and give feedback. please this is a request ruclips.net/p/PLf7JYY5QIsbHeCb8N2ihmSshl3jiOrsj5&si=-N-j8CL_j2As48gd

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

    great job.......its appresiable.....

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

    nice video!! +1 sub, thanks

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

    if i duplicate my request in postman, so duplicate my entities, that not shoul be happen, because then i have duplicate employees and addresses, how do yo stop this behavior, you put some logical in your service?(sorry for my english)